Spaces:
Sleeping
Sleeping
Ignore script files and continue
Browse files- .gitignore +5 -0
.gitignore
CHANGED
|
@@ -69,3 +69,8 @@ special_tokens_map.json
|
|
| 69 |
merges.txt
|
| 70 |
vocab.json
|
| 71 |
config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
merges.txt
|
| 70 |
vocab.json
|
| 71 |
config.json
|
| 72 |
+
|
| 73 |
+
# Ignore all shell scripts
|
| 74 |
+
*.sh
|
| 75 |
+
|
| 76 |
+
.continue
|