Forgot to land the gitignore line in the previous commit; the git rm --cached removed the tracked files but new builds would re-add them without this. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
192 B
Text
20 lines
192 B
Text
# Node
|
|
node_modules/
|
|
dist/
|
|
.svelte-kit/
|
|
.pnpm-store/
|
|
|
|
# Rust / Tauri
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|