summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Hutchison <[email protected]>2025-04-19 07:01:54 -0700
committerGitHub <[email protected]>2025-04-19 07:01:54 -0700
commitce1c83da89401c0a1f35598943301e941ac4e59a (patch)
tree2075a933eb32b4d3dbfe4cdc049fae71111c06bd
parent75ecb4a81fa76aa00374601b2c0bbe9d657b4aa7 (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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index febac64c..7935c52c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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