romybeaute commited on
Commit
819d804
·
1 Parent(s): 99580fa

changed order gitignore to have empty placeholder for data folder

Browse files
Files changed (1) hide show
  1. .gitignore +3 -2
.gitignore CHANGED
@@ -22,12 +22,13 @@ MOSAICapp.code-workspace
22
 
23
  # Ignore *everything* under data/, keep only .gitkeep files
24
  data/
 
25
  !data/.gitkeep
26
  !data/**/.gitkeep
27
 
 
28
  # (Optional) Do the same for eval/ if you don't want outputs tracked
29
  eval/
30
  !eval/.gitkeep
31
  !eval/**/.gitkeep
32
- data/*/preprocessed/cache/
33
- data/
 
22
 
23
  # Ignore *everything* under data/, keep only .gitkeep files
24
  data/
25
+ data/*/preprocessed/cache/
26
  !data/.gitkeep
27
  !data/**/.gitkeep
28
 
29
+
30
  # (Optional) Do the same for eval/ if you don't want outputs tracked
31
  eval/
32
  !eval/.gitkeep
33
  !eval/**/.gitkeep
34
+