summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ac8a177..9ee57a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,19 @@ dist*
.direnv/
Biz/Mynion/Prompt.md
.aider*
+
+# Node.js
+node_modules/
+package-lock.json
+package.json
+
+# Task tracker
+.tasks/*.db
+.tasks/*.db-journal
+.tasks/*.sock
+.tasks/*.pipe
+.tasks/*.log
+
+# But DO track the JSONL file
+!.tasks/
+!.tasks/tasks.jsonl