feat(git): globally ignore a .ignored
directory
This commit is contained in:
parent
f44231d595
commit
6d12f5c2d5
1 changed files with 4 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue