← back to Travis
broaden .gitignore to cover all snapshot-file patterns
4a78ac430e76bdc4599a0074a9f82977e2fb955a · 2026-05-19 21:26:32 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 4a78ac430e76bdc4599a0074a9f82977e2fb955a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 21:26:32 2026 -0700
broaden .gitignore to cover all snapshot-file patterns
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e6a9c3..3ad4ebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,9 @@ dist/
build/
.next/
*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~
← a642235 snapshot: 1 file(s) changed, ~1 modified
·
back to Travis
·
add 404 fallback middleware after static + routes 4a87b4b →