Skip to content

Commit 12570d7

Browse files
committed
Update .gitignore
1 parent fc52e57 commit 12570d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,10 @@ cython_debug/
200200
model/pretrained/pretrained_models/*.pth
201201

202202
# Prevent any .pth files being added as a saved model.
203-
model/saved_models/*.pth*
203+
model/saved_models/*.pth
204+
205+
# Include model hierarchy
206+
!model
204207

205208
# No data in the data/train folder
206209
data/train/*

0 commit comments

Comments
 (0)