← back to Macstudio2 Dashboard
chore: broaden .gitignore to cover *.bak / *.pre-* / *.orig / *.rej / *.swp / *~ / .DS_Store
ccf3789cd1d10bc810f14a25c4542dc8ae694e2e · 2026-05-19 21:09:25 -0700 · SteveStudio2
Standing rule from the fleet-refactor sweep — snapshot/editor detritus
must never enter the repo, even preventively.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit ccf3789cd1d10bc810f14a25c4542dc8ae694e2e
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 21:09:25 2026 -0700
chore: broaden .gitignore to cover *.bak / *.pre-* / *.orig / *.rej / *.swp / *~ / .DS_Store
Standing rule from the fleet-refactor sweep — snapshot/editor detritus
must never enter the repo, even preventively.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index 664269a..04ca28f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,13 @@ node_modules/
*.log
.env*
+# editor + snapshot detritus — never commit
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~
+.DS_Store
+
← e5e07c2 snapshot: 2 file(s) changed, +1 new, ~1 modified
·
back to Macstudio2 Dashboard
·
feat(server): 404-guard for snapshot/editor file paths 13b832f →