← back to 4square Agentabrams
gitignore: exclude *.bak / *.bak.* / *.pre-* snapshots
753da98398eaa52fdeeff5d425971b0f3acc82bf · 2026-05-19 17:21:42 -0700 · SteveStudio2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 753da98398eaa52fdeeff5d425971b0f3acc82bf
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 17:21:42 2026 -0700
gitignore: exclude *.bak / *.bak.* / *.pre-* snapshots
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index b331388..3955cf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,11 @@ build/
.next/
tmp/
+# Snapshot / backup files — never commit
+*.bak
+*.bak.*
+*.pre-*
+
# YOLO loop runtime
.yolo.log
.yolo-state.md
← c834d76 guard static root against .bak/.pre-* snapshot paths
·
back to 4square Agentabrams
·
Add per-site favicon (kills /favicon.ico 404) c691368 →