Upload etc/gitconfig with huggingface_hub
Browse files- etc/gitconfig +5 -0
etc/gitconfig
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[filter "lfs"]
|
| 2 |
+
clean = git-lfs clean -- %f
|
| 3 |
+
smudge = git-lfs smudge -- %f
|
| 4 |
+
process = git-lfs filter-process
|
| 5 |
+
required = true
|