From ce1c83da89401c0a1f35598943301e941ac4e59a Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Sat, 19 Apr 2025 07:01:54 -0700 Subject: [PATCH] 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. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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