← back to 1800swallpaper
gitignore: broaden snapshot patterns and clear stale bak/pre files
36ffdeda69cd65462edbbd1ea2a622ab7da09548 · 2026-05-19 18:39:03 -0700 · Steve
Files touched
Diff
commit 36ffdeda69cd65462edbbd1ea2a622ab7da09548
Author: Steve <steve@designerwallcoverings.com>
Date: Tue May 19 18:39:03 2026 -0700
gitignore: broaden snapshot patterns and clear stale bak/pre files
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index f2feb0a..f84634e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,9 +21,12 @@ venv/
.idea/
.vscode/
*.swp
+*.swo
.qodo/
out/
*.bak
*.bak.*
*.pre-*
*.orig
+*.rej
+*~
← 4556f47 Phase 2b: harden .card .pat against long-token title clippin
·
back to 1800swallpaper
·
404-guard: extend regex to .rej .swo and tilde-suffixed path efda45d →