summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9ee57a217313b94a5a22ea0df37057b6e330f127 (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
*.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