add(git): global gitignore
This commit is contained in:
parent
c071a07d00
commit
c929c34310
3
git/config/.gitignore
vendored
Normal file
3
git/config/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
_scratch
|
||||
.direnv
|
||||
.envrc
|
@ -21,6 +21,7 @@
|
||||
core = {
|
||||
autocrlf = "input";
|
||||
safecrlf = "true";
|
||||
excludesFile = "~/.config/git/.gitignore";
|
||||
};
|
||||
merge = {
|
||||
conflictstyle = "zdiff3";
|
||||
@ -40,5 +41,4 @@
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user