← back to Port Viewer
broaden .gitignore to cover *.bak.* and *.pre-* snapshot patterns
a86bf0820023cc059e1d482a04aec950fe54837a · 2026-05-19 15:13:18 -0700 · Steve Abrams
Standard fleet-wide refactor-sweep rule — keep editor and migration
snapshot files out of the repo even if no offenders currently exist.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit a86bf0820023cc059e1d482a04aec950fe54837a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 15:13:18 2026 -0700
broaden .gitignore to cover *.bak.* and *.pre-* snapshot patterns
Standard fleet-wide refactor-sweep rule — keep editor and migration
snapshot files out of the repo even if no offenders currently exist.
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-*
← d93015a add rel="noopener noreferrer" to external target="_blank" li
·
back to Port Viewer
·
Add grid.js: live iframe grid of all local web services 552078b →