diff options
| author | Allen Hutchison <[email protected]> | 2025-04-19 07:01:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-19 07:01:54 -0700 |
| commit | ce1c83da89401c0a1f35598943301e941ac4e59a (patch) | |
| tree | 2075a933eb32b4d3dbfe4cdc049fae71111c06bd | |
| parent | 75ecb4a81fa76aa00374601b2c0bbe9d657b4aa7 (diff) | |
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.
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,5 +13,8 @@ bower_components .DS_Store Thumbs.db +# TypeScript build info files +*.tsbuildinfo + # Ignore built ts files -dist
\ No newline at end of file +dist |
