The previous commit (96a9180) pulled in 38 debugging screenshots,
the PowerShell automation driver, and the dev.log file alongside
the actual fix. Remove them from the working tree and ignore them
going forward via /-prefixed patterns in .gitignore (so the
legitimate src-tauri/icons/*.png stay tracked).
Files remain in git history; the binary diff is small so this isn't
worth a force-push to scrub.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
362 B
Text
29 lines
362 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
|
|
|
|
# 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
|