Update .gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -3,5 +3,7 @@
|
|
3 |
*.css
|
4 |
# Rather than ignore 1000s of file individually, ignore their containing folders
|
5 |
*/*
|
|
|
|
|
6 |
!*/*.zip
|
7 |
-
!*/*.yml
|
|
|
3 |
*.css
|
4 |
# Rather than ignore 1000s of file individually, ignore their containing folders
|
5 |
*/*
|
6 |
+
# Add exceptions since huggingface_hub lib cannot force upload
|
7 |
+
!huggingface.js
|
8 |
!*/*.zip
|
9 |
+
!*/*.yml
|