kokluch commited on
Commit
26278b4
·
1 Parent(s): 72ab3a1

Ignore script files and continue

Browse files
Files changed (1) hide show
  1. .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