[object Object]

← back to Kravet Fabric Fix 2026 04 23

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

b3c5fa31e314faee255f4a343bf014783c2cf158 · 2026-05-30 23:57:55 -0700 · Steve Abrams

Files touched

Diff

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

    gitignore: add full backup-file leak patterns (*.bak-*, *.pre-*, *.orig, *.save, *.old, *~, copy-of-*)
---
 .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-*

← 6f593b8 initial scaffold (gitify-all 2026-05-06)  ·  back to Kravet Fabric Fix 2026 04 23  ·  auto-save: 2026-06-26T06:12:56 (1 files) — __pycache__/fix_d 668a148 →