add those files ayy
This commit is contained in:
parent
573444d113
commit
3df8a03870
4 changed files with 430 additions and 0 deletions
13
gitconfig
Normal file
13
gitconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gpg]
|
||||
program = /usr/local/MacGPG2/bin/gpg
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[user]
|
||||
name = Spotlight
|
||||
email = awesomebing1@gmail.com
|
||||
signingkey = CC3F4E0080AC47A3
|
||||
[commit]
|
||||
gpgsign = true
|
Loading…
Add table
Add a link
Reference in a new issue