fix(nvim): ignore .direnv from Telescope and Git

This commit is contained in:
Oliver Davies 2023-08-29 23:38:21 +01:00
parent 7c566dbe76
commit adcbc6b3de
2 changed files with 2 additions and 1 deletions
system/shared

View file

@ -115,6 +115,7 @@ in
'';
home.file.".gitignore-global".text = ''
.direnv/
.issue-id
.phpactor.json
'';