Add global gitignore
This commit is contained in:
parent
28d59a7c0e
commit
163bf19121
3 changed files with 6 additions and 0 deletions
3
bindings
3
bindings
|
|
@ -14,6 +14,9 @@
|
||||||
~/.gitconfig
|
~/.gitconfig
|
||||||
-> gitconfig
|
-> gitconfig
|
||||||
|
|
||||||
|
~/.gitignore
|
||||||
|
-> gitignore
|
||||||
|
|
||||||
~/.config/zls.json
|
~/.config/zls.json
|
||||||
-> zls.json
|
-> zls.json
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.gitignore
|
||||||
[user]
|
[user]
|
||||||
name = joachimschmidt557
|
name = joachimschmidt557
|
||||||
email = joachim.schmidt557@outlook.com
|
email = joachim.schmidt557@outlook.com
|
||||||
|
|
|
||||||
1
gitignore
Normal file
1
gitignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.DS_Store
|
||||||
Loading…
Add table
Add a link
Reference in a new issue