← back to Pm2 Migration
broaden .gitignore to cover *.bak.* and *.pre-* snapshot files
40157285dd9d1859f363f24e20d380cd3f5fdcf6 · 2026-05-19 15:12:11 -0700 · Steve Abrams
Code-health sweep — add the canonical bak/pre patterns so future
snapshot files from manual edits never get committed by accident.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 40157285dd9d1859f363f24e20d380cd3f5fdcf6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 15:12:11 2026 -0700
broaden .gitignore to cover *.bak.* and *.pre-* snapshot files
Code-health sweep — add the canonical bak/pre patterns so future
snapshot files from manual edits never get committed by accident.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e6a9c3..1140724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ dist/
build/
.next/
*.bak
+*.bak.*
+*.pre-*
← a844dde snapshot — gitify backup 2026-05-19
·
back to Pm2 Migration
·
chore: macstudio3 migration — reconcile from mac2 + repoint cc9d59e →