Quick fix gitignore (#49)
* Command line flags got broke. Now to run with flags run: npm run start -- -m model-id -d data/dir * Add *.tsbuildinfo to git ignore.
This commit is contained in:
parent
75ecb4a81f
commit
ce1c83da89
|
@ -13,5 +13,8 @@ bower_components
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# TypeScript build info files
|
||||
*.tsbuildinfo
|
||||
|
||||
# Ignore built ts files
|
||||
dist
|
||||
dist
|
||||
|
|
Loading…
Reference in New Issue