moved global gitignore into git config dir
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
defaultBranch = master
|
||||
|
||||
[core]
|
||||
excludesFile = ~/.config/gitignore
|
||||
excludesFile = ~/.config/git/gitignore
|
||||
|
||||
[pager]
|
||||
diff = delta
|
||||
|
||||
1
.config/git/gitignore
Normal file
1
.config/git/gitignore
Normal file
@@ -0,0 +1 @@
|
||||
/ignore
|
||||
Reference in New Issue
Block a user