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