Skip to main content

max / goingson

411 B · 31 lines History Blame Raw
1 # Build
2 /target/
3
4 # Environment
5 .env
6 .env.*
7
8 # macOS
9 .DS_Store
10
11 # IDE / tooling
12 .vscode/
13 .idea/
14 .claude/
15 .mcp.json
16
17 # Release artifacts
18 dist/
19
20 # Archive
21 _archive/
22
23 # Tauri iOS generated asset symlinks (encode ../ as _up_)
24 src-tauri/gen/apple/assets/_up_/
25
26 # Claude Code instructions (project-local; not for the public repo)
27 CLAUDE.md
28
29 # Private working files — live in _private/, synced via Syncthing
30 todo.md
31