move to subdirectory

This commit is contained in:
2021-11-04 11:32:20 +01:00
parent 1d5c33b85b
commit e4a32cb394
5 changed files with 3 additions and 3 deletions

13
files/gitconfig Normal file
View File

@@ -0,0 +1,13 @@
[user]
name = cupcakearmy
email = hi@nicco.io
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
excludesfile = $HOME/.gitignore_global
autocrlf = input
[commit]
gpgsign = true