3rd commit

This commit is contained in:
2021-08-11 18:04:29 +02:00
parent 823865f0e3
commit d463f218aa
12 changed files with 1274 additions and 0 deletions

10
.gitconfig Normal file
View File

@@ -0,0 +1,10 @@
[user]
name = Bruno21
email = bruno@clicclac.info
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
rebase = false