← back to Archive Agent
tighten .gitignore: add missing standing-rule patterns (tmp/ .DS_Store dist/ build/ .next/)
b493d63906b707a05db71acc03421e259bbb3343 · 2026-05-07 12:29:21 -0700 · Steve
Files touched
Diff
commit b493d63906b707a05db71acc03421e259bbb3343
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:21 2026 -0700
tighten .gitignore: add missing standing-rule patterns (tmp/ .DS_Store dist/ build/ .next/)
---
.gitignore | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 320b787..875b9c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,10 @@ node_modules/
!.env.example
logs/
*.log
+
+# Standing-rule additions (2026-05-07)
+tmp/
+.DS_Store
+dist/
+build/
+.next/
← 6f870cd initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Archive Agent
·
broaden .gitignore to cover snapshot/backup file patterns ce004ac →