[object Object]

← back to IWasCute

harden .gitignore: add backup file patterns (*.bak-*, *.pre-*, *.orig, *.save, *.old, *~, copy-of-*)

b4350f16959d1074284d8dda26b82bc09d1b86e0 · 2026-05-30 23:57:43 -0700 · Steve Abrams

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

Files touched

Diff

commit b4350f16959d1074284d8dda26b82bc09d1b86e0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat May 30 23:57:43 2026 -0700

    harden .gitignore: add backup file patterns (*.bak-*, *.pre-*, *.orig, *.save, *.old, *~, copy-of-*)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index f522159..9373057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,10 @@ tmp/
 dist/
 build/
 *.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*

← d56ab2a fix: respect PORT env var in server.js; add missing express  ·  back to IWasCute  ·  (newest)