Merge pull request #31 from doringeman/gitignore
gitignore: Ignore models/ which is the default MODELS_PATH in Makefile
This commit is contained in:
commit
1665669f8e
|
@ -1,3 +1,5 @@
|
|||
.idea/
|
||||
model-runner
|
||||
model-runner.sock
|
||||
model-runner.sock
|
||||
# Default MODELS_PATH in Makefile
|
||||
models/
|
||||
|
|
Loading…
Reference in New Issue