tiletopia/.gitignore
megaproxy f6431891bc gitignore: cargo-test.log
PowerShell `cargo test ... *> ..\cargo-test.log` artifact from manual
test runs on the Windows host. Same shape as the existing dev.log /
screen*.png scratch entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 16:06:08 +01:00

31 lines
400 B
Text

# Node / build
node_modules/
dist/
.svelte-kit/
.pnpm-store/
*.tsbuildinfo
# Rust / Tauri
src-tauri/target/
src-tauri/gen/
# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
# Env / secrets
.env
.env.*
!.env.example
# Dev-session scratch (root-only — leaves src-tauri/icons/*.png alone)
/dev.log
/dev.err
/screenshot.png
/screen*.png
/shot*.png
/tiletopia-window.png
/tilescript.ps1
/cargo-test.log