Add global gitignore

This commit is contained in:
joachimschmidt557 2023-08-22 14:00:56 +02:00
parent 28d59a7c0e
commit 163bf19121
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,9 @@
~/.gitconfig ~/.gitconfig
-> gitconfig -> gitconfig
~/.gitignore
-> gitignore
~/.config/zls.json ~/.config/zls.json
-> zls.json -> zls.json

View file

@ -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
View file

@ -0,0 +1 @@
.DS_Store