← back to 4square Admin
ignore backup/editor junk patterns
2537670ad92660115ba9129b5cf6ce8dfbb1d96a · 2026-05-19 18:38:53 -0700 · Steve Abrams
Files touched
Diff
commit 2537670ad92660115ba9129b5cf6ce8dfbb1d96a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 18:38:53 2026 -0700
ignore backup/editor junk patterns
---
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1924158..2fb562c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,13 @@ tmp/
dist/
build/
.next/
+
+# editor/junk/backup files
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*~
+*.swp
+*.swo
← 2c2f866 fix: handle fetch network failures in loadSources and loadPr
·
back to 4square Admin
·
guard against .bak/.pre-/.orig/.swp/~ url junk efd0670 →