Skip to content

Commit 1665669

Browse files
authored
Merge pull request #31 from doringeman/gitignore
gitignore: Ignore models/ which is the default MODELS_PATH in Makefile
2 parents 749caa9 + 775a5be commit 1665669

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea/
22
model-runner
3-
model-runner.sock
3+
model-runner.sock
4+
# Default MODELS_PATH in Makefile
5+
models/

0 commit comments

Comments
 (0)