← back to Ventura Claw Leads
gitignore: exclude editor/snapshot backup files
350a516a4678ac1da7e8e5f35b0fdfd2991ee398 · 2026-05-19 21:30:12 -0700 · Steve Abrams
Adds *.bak, *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~ so accidental
snapshot files never land in commits.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 350a516a4678ac1da7e8e5f35b0fdfd2991ee398
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 21:30:12 2026 -0700
gitignore: exclude editor/snapshot backup files
Adds *.bak, *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~ so accidental
snapshot files never land in commits.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.gitignore b/.gitignore
index cedb552..9bcd247 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,12 @@ dist/
build/
.next/
data/raw/
+
+# Snapshot / editor backup files — never commit these.
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~
← a6b54c3 Fix legal-page ZIP in CAN-SPAM footer: 91335→91403
·
back to Ventura Claw Leads
·
admin: add rel=noopener noreferrer on target=_blank links 7c04e29 →