Remove accidentally-committed dev-session screenshots/scripts
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>
This commit is contained in:
parent
96a9180f3b
commit
4fd613438c
40 changed files with 9 additions and 60 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -18,3 +18,12 @@ src-tauri/gen/
|
|||
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue