From a5faf8c31f619142e6f43d688f52d87c4edff341 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 20 Nov 2025 14:02:05 -0500 Subject: task: add tasks-test.jsonl to .gitignore The test database file should not be tracked in git. Only the production database (.tasks/tasks.jsonl) should be committed. Amp-Thread-ID: https://ampcode.com/threads/T-4e6225cf-3e78-4538-963c-5377bbbccee8 Co-authored-by: Amp --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ee57a2..318a6e1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ package.json # But DO track the JSONL file !.tasks/ !.tasks/tasks.jsonl +.tasks/tasks-test.jsonl -- cgit v1.2.3