[object Object]

← back to Philipperomano

gitignore: add full backup-file pattern set (*.bak-*, *.pre-*, *.orig, *.save, *~, *.old, copy-of-*)

6f1ad724bfa311d8006bf9b269b6fb90f3fb0a8f · 2026-05-31 00:01:46 -0700 · Steve Abrams

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

Files touched

Diff

commit 6f1ad724bfa311d8006bf9b269b6fb90f3fb0a8f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 00:01:46 2026 -0700

    gitignore: add full backup-file pattern set (*.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 7e6a9c3..a76d433 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,10 @@ dist/
 build/
 .next/
 *.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*~
+*.old
+copy-of-*

← 5895c84 fix: /p/:handle uses ENRICHED (junk-filtered) not raw DATA;  ·  back to Philipperomano  ·  philipperomano SEO: add canonical + Open Graph + Twitter car 8aa8581 →