hsiehpinghan
commited on
Commit
·
e57b5ed
1
Parent(s):
b5f8614
Upload .gitconfig
Browse files- .gitconfig +5 -0
.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
|