tiletopia/.gitignore
megaproxy 9beab64e00 Add src-tauri/gen/ to gitignore
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>
2026-05-22 12:32:35 +01:00

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