Update .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -5,5 +5,6 @@
|
|
5 |
*/*
|
6 |
# Add exceptions since huggingface_hub lib cannot force upload
|
7 |
!huggingface.js
|
|
|
8 |
!*/*.zip
|
9 |
!*/*.yml
|
|
|
5 |
*/*
|
6 |
# Add exceptions since huggingface_hub lib cannot force upload
|
7 |
!huggingface.js
|
8 |
+
!transformers.js
|
9 |
!*/*.zip
|
10 |
!*/*.yml
|