setup lfs

This commit is contained in:
Inhji 2023-10-21 10:02:20 +02:00
parent 0c607071e0
commit 45244d7b56
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
media/ filter=lfs diff=lfs merge=lfs -text

View File

@ -8,3 +8,8 @@
defaultBranch = main
[pull]
ff = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true