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:
Allen Hutchison 2025-04-19 07:01:54 -07:00 committed by GitHub
parent 75ecb4a81f
commit ce1c83da89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -13,5 +13,8 @@ bower_components
.DS_Store
Thumbs.db
# TypeScript build info files
*.tsbuildinfo
# Ignore built ts files
dist
dist