feat(git): globally ignore a .ignored directory

This commit is contained in:
Oliver Davies 2023-11-15 20:55:19 +00:00
parent f44231d595
commit 6d12f5c2d5

View file

@ -23,9 +23,10 @@
''; '';
home.file.".gitignore-global".text = '' home.file.".gitignore-global".text = ''
.direnv/ /.direnv/
.issue-id /.ignored/
.phpactor.json /.issue-id
/.phpactor.json
''; '';
programs.git = { programs.git = {