adding lfs support
This commit is contained in:
parent
8d9218e3eb
commit
4bea1b96cc
3 changed files with 181 additions and 0 deletions
5
.gitconfig
Normal file
5
.gitconfig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
Loading…
Add table
Add a link
Reference in a new issue