← back to Ventura Corridor
gitignore: add *.orig *.save *.old *~ copy-of-* backup patterns (standing-rule completeness)
69127941aca9b2e34072e177ec9fe74acfd69484 · 2026-05-31 00:06:41 -0700 · SteveStudio2
Files touched
Diff
commit 69127941aca9b2e34072e177ec9fe74acfd69484
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 00:06:41 2026 -0700
gitignore: add *.orig *.save *.old *~ copy-of-* backup patterns (standing-rule completeness)
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 63dbf06..be52800 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,10 @@ build/
.env*
*.bak
*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*
.plist-backups/
← 19b5427 chore: gitignore all .env/.bak/.plist-backups + drop tracked
·
back to Ventura Corridor
·
Link favicon.svg in head (use branded SVG, not .ico fallback b261b8f →