-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (71 loc) · 954 Bytes
/
.gitignore
File metadata and controls
76 lines (71 loc) · 954 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# OS
.DS_Store
._*
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
*~
# C/C++ build
*.o
*.obj
*.elf
*.a
*.lib
*.dll
*.so
*.dylib
*.exe
*.out
*.gch
*.pch
*.img
*.lst
*.map
Config.mk
Config2.mk
# Project
dist/
node_modules/
tftproot/
ci-logs/
test/
.plugkit-browser-profile/
# Logs and temp
syslog.log
*.log
*.stackdump
*.wav
*.prd
# Dev tools
.env
.dev-server.pid
.tftp-sha
.tftp-pid
.codeinsight
$null
package.json
package-lock.json
.claude/scheduled_tasks.lock
# Temp files
tmp_*
console.log('DONE')
docs/junk.md
docs/junk/
.gm/
# >>> gm managed (do not edit between markers)
.gm-stop-verified
.gm/prd-state.json
.gm/rslearn-counter.json
.gm/git-block-counter.json
.gm/learning-state.md
.gm/trajectory-drafts/
.gm/ingest-drafts/
.gm/needs-gm
.gm/lastskill
.gm/turn-state.json
.gm/no-memorize-this-turn
.gm/prd.paused.yml
# tracked: .gm/rs-learn.db, .gm/code-search/, AGENTS.md, .gm/prd.yml
# <<< gm managed
.plugkit-browser-profile-*/
.plugkit-agent-worktree/