mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 10:12:28 +00:00
Add global ignores to git
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
signingkey = 86DAB9F71FF20A3A
|
signingkey = 86DAB9F71FF20A3A
|
||||||
[core]
|
[core]
|
||||||
editor = nano
|
editor = nano
|
||||||
|
excludesfile = /Users/nikdoof/.gitignore_global
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
prune = fetch --prune
|
prune = fetch --prune
|
||||||
|
|||||||
1
git/.gitignore_global
Normal file
1
git/.gitignore_global
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user