← back to AgentAbrams
tighten .gitignore: add missing standing-rule patterns (node_modules/ tmp/ .next/)
16a0a654b160fa7ed7cbddd2cc4e03cfb6eb225f · 2026-05-07 12:29:20 -0700 · Steve
Files touched
Diff
commit 16a0a654b160fa7ed7cbddd2cc4e03cfb6eb225f
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:20 2026 -0700
tighten .gitignore: add missing standing-rule patterns (node_modules/ tmp/ .next/)
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9d07b63..822b96b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,8 @@ podcast/output/
# Build
dist/
build/
+
+# Standing-rule additions (2026-05-07)
+node_modules/
+tmp/
+.next/
← ce7195f initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to AgentAbrams
·
add missing-file checks to media pipeline entrypoints a3d24c5 →