diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |
