[object Object]

← back to Student Debt Crisis Redesign

fix(gitignore): add missing backup-file glob patterns to prevent future source leaks

4e7c65eb650daf692eb4b0258060a7c0a2142dac · 2026-05-31 00:04:48 -0700 · Steve Abrams

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

Files touched

Diff

commit 4e7c65eb650daf692eb4b0258060a7c0a2142dac
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 00:04:48 2026 -0700

    fix(gitignore): add missing backup-file glob patterns to prevent future source leaks
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e6a9c3..0a503d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,10 @@ dist/
 build/
 .next/
 *.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*

← 1d8df73 initial scaffold (gitify-all 2026-05-06)  ·  back to Student Debt Crisis Redesign  ·  (newest)