[object Object]

← back to Dw Boardroom V2

gitignore: add *.bak-* *.pre-* *.orig *.save *.old copy-of-* *~ backup patterns

b927e28a473b12f5e59a32dee17b1c3851f69a0b · 2026-05-30 23:53:05 -0700 · Steve Abrams

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

Files touched

Diff

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

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

diff --git a/.gitignore b/.gitignore
index c49d2bf..593590a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,10 @@ tmp/
 build/
 .next/
 *.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+copy-of-*
+*~

← 2260e48 Stop tracking SQLite WAL/shm runtime files; gitignore *.db-s  ·  back to Dw Boardroom V2  ·  Stage env-ified boardroom config (Gemini key + auth pass) — 3568687 →