[object Object]

← back to Sascha

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

b0aa73e49eeeeb3c2a33dc176a674df1f0f1e16b · 2026-05-31 00:02:47 -0700 · Steve Abrams

Files touched

Diff

commit b0aa73e49eeeeb3c2a33dc176a674df1f0f1e16b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 00:02:47 2026 -0700

    gitignore: add backup-file leak patterns (*.bak-*, *.pre-*, *.orig, *.old, copy-of-*)
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

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

← b78d912 initial scaffold (gitify-all 2026-05-06)  ·  back to Sascha  ·  (newest)