1
0

initial commit

This commit is contained in:
2021-03-21 18:25:10 +03:00
parent 9d169e5321
commit 28231f278c
59 changed files with 1653 additions and 0 deletions

11
.gitconfig Normal file
View File

@@ -0,0 +1,11 @@
[credential]
helper = cache --timeout=86400
[gc]
auto = 0
[push]
default = simple
gpgSign = false
[commit]
gpgSign = false
[pack]
writeReverseIndex = true