Skip to main content

max / goingson

779 B · 37 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 (dmg/app/ios output) stay out of git. The release scripts and
18 # Bento recipes are tracked: they carry no credentials -- the App Store Connect
19 # issuer/key id moved to ~/.tauri/passwords.env in 2026-07, so a build host gets
20 # the scripts by checkout instead of a hand-scp. Keep it that way; never inline a
21 # key id, issuer, or password here.
22 dist/*
23 !dist/recipes/
24 !dist/*.sh
25
26 # Archive
27 _archive/
28
29 # Tauri iOS generated asset symlinks (encode ../ as _up_)
30 src-tauri/gen/apple/assets/_up_/
31
32 # Claude Code instructions (project-local; not for the public repo)
33 CLAUDE.md
34
35 # Private working files — live in _private/, synced via Syncthing
36 todo.md
37