summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-03-06 15:49:42 +0000
committerAlan Pearce2019-03-06 15:49:42 +0000
commit75cc5cff02179beef8822dc5ef31ac6457659029 (patch)
tree51fceb7e564ad0d8ef15a7ed3bc5413ae979f88c
parent57d001b5ca65f70b63eeda07a37cb91b471c5ee9 (diff)
downloaddotfiles-75cc5cff02179beef8822dc5ef31ac6457659029.tar.lz
dotfiles-75cc5cff02179beef8822dc5ef31ac6457659029.tar.zst
dotfiles-75cc5cff02179beef8822dc5ef31ac6457659029.zip
Emacs: ignore package-lock.json in projectile
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index e0b03d5..17e40ef 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -408,6 +408,7 @@
   :config (progn
             (projectile-global-mode +1)
             (add-to-list 'projectile-globally-ignored-directories ".stversions")
+            (add-to-list 'projectile-globally-ignored-files "package-lock.json")
             (setq projectile-mode-line "P")
 
             (defun yarn-install (&optional arg)