add(git): global gitignore

This commit is contained in:
Evan Reichard 2024-04-03 17:26:56 -04:00
parent c071a07d00
commit c929c34310
2 changed files with 4 additions and 1 deletions

3
git/config/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
_scratch
.direnv
.envrc

View File

@ -21,6 +21,7 @@
core = {
autocrlf = "input";
safecrlf = "true";
excludesFile = "~/.config/git/.gitignore";
};
merge = {
conflictstyle = "zdiff3";
@ -40,5 +41,4 @@
};
};
}