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 = {
|
core = {
|
||||||
autocrlf = "input";
|
autocrlf = "input";
|
||||||
safecrlf = "true";
|
safecrlf = "true";
|
||||||
|
excludesFile = "~/.config/git/.gitignore";
|
||||||
};
|
};
|
||||||
merge = {
|
merge = {
|
||||||
conflictstyle = "zdiff3";
|
conflictstyle = "zdiff3";
|
||||||
@ -40,5 +41,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user