remove gitconfig

I'll be using something else to sync/create this file
This commit is contained in:
odrling 2020-01-01 17:21:33 +01:00
parent 659053072a
commit 39e64b5a8c
2 changed files with 0 additions and 19 deletions

View file

@ -1,16 +0,0 @@
[user]
email = florianbadie@odrling.xyz
name = odrling
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[submodule]
fetchJobs = 4
[diff]
mnemonicprefix = true
[fetch]
recurseSubmodules = on-demand

3
.gitignore vendored
View file

@ -20,9 +20,6 @@ Cache
# .profile
!/.profile
# git config file
!/.gitconfig
# only add selected config files
!/.config
/.config/*