summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 318a6e1e8c4f4a7094938d0d394e7deff3bd032f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*.o
*.dyn_o
*.dyn_hi
*.js_o
*.js_hi
*.exe
*.hi
result*
_
TAGS
tags
.tex
.pdf
*~
dist*
.envrc.local
.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
.tasks/tasks-test.jsonl