[object Object]

← back to Handbag Authentication

broaden .gitignore: bak/pre/orig/rej/swp/tilde junk patterns

1e400d7385348a2fde26b29bf56e05ac3db27d9d · 2026-05-19 18:44:02 -0700 · Steve Abrams

Files touched

Diff

commit 1e400d7385348a2fde26b29bf56e05ac3db27d9d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 18:44:02 2026 -0700

    broaden .gitignore: bak/pre/orig/rej/swp/tilde junk patterns
---
 .gitignore | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 865f20e..08ce196 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,16 @@ tmp/
 dist/
 build/
 .next/
-*.bak
 
 # Standing-rule additions (2026-05-07)
 *.log
+
+# Backup / editor / patch junk (standing rule 2026-05-19)
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*~
+.swp
+.swo

← de67468 tighten .gitignore: add missing standing-rule patterns (*.lo  ·  back to Handbag Authentication  ·  add 404-guard middleware for bak/orig/rej/swp/pre-/tilde pat 247e6e1 →