home/git: globally ignore direnv + more
This commit is contained in:
parent
ca4f1469cb
commit
94172200c8
|
@ -86,5 +86,12 @@
|
|||
clean = "git-lfs clean -- %f";
|
||||
};
|
||||
};
|
||||
|
||||
ignores = [
|
||||
".vscode"
|
||||
".direnv"
|
||||
".envrc"
|
||||
"shell.nix"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue