Spaces:
Sleeping
Sleeping
Upload .gitconfig with huggingface_hub
Browse files- .gitconfig +12 -0
.gitconfig
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[core]
|
2 |
+
editor = \"C:\\Users\\asada\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code\" --wait
|
3 |
+
[filter "lfs"]
|
4 |
+
clean = git-lfs clean -- %f
|
5 |
+
smudge = git-lfs smudge -- %f
|
6 |
+
process = git-lfs filter-process
|
7 |
+
required = true
|
8 |
+
[credential "https://huggingface.co"]
|
9 |
+
provider = generic
|
10 |
+
[user]
|
11 |
+
name = Ozone
|
12 |
+
email = 56304837+OzoneAsai@users.noreply.github.com
|