← back to Abrams
gitignore: add .orig .rej *~ .swp .swo to backup-file block
64e239959a98d230c2135e09b3ae635c984d9526 · 2026-05-19 18:39:21 -0700 · SteveStudio2
Files touched
Diff
commit 64e239959a98d230c2135e09b3ae635c984d9526
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 18:39:21 2026 -0700
gitignore: add .orig .rej *~ .swp .swo to backup-file block
---
.gitignore | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 0cc9dea5..124af866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,12 @@ dist/
build/
.next/
-# snapshot/backup files — never commit, never serve
+# snapshot/backup/editor files — never commit, never serve
*.bak
*.bak.*
*.pre-*
+*.orig
+*.rej
+*~
+*.swp
+*.swo
← b033d679 ideas page: multi-column grid (newest leftmost) — was vertic
·
back to Abrams
·
404-guard: also block .orig .rej .swp .swo and ~-suffixed pa a124b915 →