Exclude additional paths from helm-ag searches

This commit is contained in:
2018-12-05 15:34:33 +00:00
parent e70e5d866c
commit 4621af7b12

View File

@@ -19,7 +19,9 @@
"*.min-latest.css"
"*.min.js"
"*.min-latest.js"
"archive-contents")))
"archive-contents"
"node_modules"
"vendor/assets")))
(provide 'siren-helm-ag)
;;; siren-helm-ag.el ends here