Skip to main content

max / balanced_breakfast

627 B · 37 lines History Blame Raw
1 # Build artifacts
2 /target/
3
4 # Minified CSS (regenerated from styles.css by beforeBuildCommand/beforeDevCommand)
5 src-tauri/frontend/css/styles.min.css
6
7 # Environment
8 .env
9
10 # IDE
11 .idea/
12 .vscode/
13 *.swp
14 *.swo
15
16 # macOS
17 .DS_Store
18
19 # Plugin binaries
20 plugins/*.dylib
21 plugins/*.so
22 plugins/*.dll
23
24 # Release artifacts (secret signing scripts stay Syncthing-only); Bento build
25 # recipes are non-secret and tracked.
26 dist/*
27 !dist/recipes/
28
29 # Tauri generated
30 src-tauri/gen/
31
32 # Claude Code instructions (project-local; not for the public repo)
33 CLAUDE.md
34
35 # Generated by src-tauri/build.rs from makeover's embedded theme set
36 /src-tauri/themes/
37