← back to Wine Finder
tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* *.log dist/ .next/)
0ca865d488a06a0292ceeb6485b63685deb99ac8 · 2026-05-07 12:29:35 -0700 · Steve
Files touched
Diff
commit 0ca865d488a06a0292ceeb6485b63685deb99ac8
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/
← bda79ae initial scaffold (gitify-all 2026-05-06)
·
back to Wine Finder
·
security: untrack .env (still present on disk, just not in g 79a7f7a →