← back to Beverlyhillsbutler
gitignore: cover *.bak, *.bak.*, *.pre-* snapshot files
a5293b1c13967bdcb72a560a99c39bb8ad98479c · 2026-05-19 17:29:08 -0700 · Steve Abrams
Prevents stray editor/script snapshot files from being committed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit a5293b1c13967bdcb72a560a99c39bb8ad98479c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 17:29:08 2026 -0700
gitignore: cover *.bak, *.bak.*, *.pre-* snapshot files
Prevents stray editor/script snapshot files from being committed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 08240ae..bfd17aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,6 @@ tmp/
.DS_Store
dist/
build/
+*.bak
+*.bak.*
+*.pre-*
← bc35719 initial scaffold: beverlyhillsbutler.com coming-soon landing
·
back to Beverlyhillsbutler
·
server: 404-guard for .bak / .pre-* snapshot paths 23450ca →