mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update ignore pattern for helm-ag to ignore minified js/css files
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
("C-x C-'" . helm-do-ag-project-root)
|
||||
|
||||
:config
|
||||
(setq helm-ag-ignore-patterns '("*.sql" "archive-contents")))
|
||||
(setq helm-ag-ignore-patterns '("*.sql" "*.min.css" "*.min.js"
|
||||
"archive-contents")))
|
||||
|
||||
(provide 'siren-helm-ag)
|
||||
;;; siren-helm-ag.el ends here
|
||||
|
||||
Reference in New Issue
Block a user