← back to YOLO Progress Viewer
tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* *.log dist/ .next/)
fb259cbba950fe5f1e96c019296cc0392472c165 · 2026-05-07 12:29:35 -0700 · Steve
Files touched
Diff
commit fb259cbba950fe5f1e96c019296cc0392472c165
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:35 2026 -0700
tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* *.log dist/ .next/)
---
.gitignore | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 029d4c7..4364691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,10 @@ tmp/
.DS_Store
build/
*.bak
+
+# Standing-rule additions (2026-05-07)
+node_modules/
+.env*
+*.log
+dist/
+.next/
← afebf6d initial scaffold (gitify-all 2026-05-06)
·
back to YOLO Progress Viewer
·
untrack node_modules per standing rule (was tracking 854 fil 72cc08c →