Ignore the direnv directory in projectile

This commit is contained in:
coolneng 2021-10-19 10:16:11 +02:00
parent 969a3d92fa
commit 8bfe16a8aa
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.pgdata\\'"))
;; Ignore empty files
(after! projectile
(add-to-list 'projectile-globally-ignored-files ".gitkeep"))
(add-to-list 'projectile-globally-ignored-files ".gitkeep")
(add-to-list 'projectile-globally-ignored-directories ".direnv"))
;; Set org-mode as the default
(setq-default major-mode 'org-mode)
;; Associate polymode to R markdown files