Sylvestre HF staff commited on
Commit
d143480
1 Parent(s): edef28b

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +4 -3
.gitignore CHANGED
@@ -1,8 +1,9 @@
1
  *.html
2
  *.js
3
  *.css
4
- *.yml
5
- # Use --force or the API to commit files. It avoids git from traversing thousands of subfolders as we extract the data locally.
6
  */*
 
 
7
  !*/*.zip
8
- !*/*.yml
 
1
  *.html
2
  *.js
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