Update scripts

This commit is contained in:
2024-11-01 19:37:30 -03:00
parent dcccc04353
commit f569e5e5cc
19 changed files with 153 additions and 795 deletions

13
shared/.gitconfig Normal file
View File

@ -0,0 +1,13 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Guilherme Werner
email = guilhermewerner@tribufu.com
[core]
longpaths = true
fileMode = false
[init]
defaultBranch = "main"