[object Object]

← back to Dw Pairs Well

harden .gitignore: add backup/temp file patterns to prevent source leaks in public/

95606ac5b99b3754a45fadd1d0faf2e74bd2a35b · 2026-05-30 23:53:12 -0700 · Steve Abrams

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files touched

Diff

commit 95606ac5b99b3754a45fadd1d0faf2e74bd2a35b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat May 30 23:53:12 2026 -0700

    harden .gitignore: add backup/temp file patterns to prevent source leaks in public/
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index b2561b6..4ff8481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,11 @@ logs/
 dist/
 build/
 .next/
+*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*

← fbbb236 dw-pairs-well: scrub real-looking DB password from tracked .  ·  back to Dw Pairs Well  ·  Add per-site favicon (kills /favicon.ico 404) 6d446b9 →