← back to Dw War Room
gitignore: add backup file patterns (*.bak-*, *.pre-*, *.orig, *.old, *~, copy-of-*)
8109610af4adf3cf40bff286c4489d2bc1630cf2 · 2026-05-30 23:54:01 -0700 · Steve Abrams
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit 8109610af4adf3cf40bff286c4489d2bc1630cf2
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat May 30 23:54:01 2026 -0700
gitignore: add backup file patterns (*.bak-*, *.pre-*, *.orig, *.old, *~, copy-of-*)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index d80acea..52cc125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,9 @@ tmp/
build/
.next/
*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.old
+*~
+copy-of-*
← 8d94312 initial scaffold (gitify-all 2026-05-06)
·
back to Dw War Room
·
Strip hardcoded Shopify API tokens from source (env-first); 4f2d74f →