[object Object]

← back to SDCC Stories

gitignore: add *.bak-* *.pre-* *.orig patterns to prevent backup file leaks

8c69aadadd4d40e7c14ea04a42a3829b07064c77 · 2026-05-30 21:22:30 -0700 · Steve Abrams

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

Files touched

Diff

commit 8c69aadadd4d40e7c14ea04a42a3829b07064c77
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat May 30 21:22:30 2026 -0700

    gitignore: add *.bak-* *.pre-* *.orig patterns to prevent backup file leaks
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e6a9c3..78d0bc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,6 @@ dist/
 build/
 .next/
 *.bak
+*.bak-*
+*.pre-*
+*.orig

← 795a4f4 security: strip hardcoded dw_admin DSN password -> env-first  ·  back to SDCC Stories  ·  Global search across candidates + stories + settings dbfa7ca →