← back to Abrams Discovery Viewer
tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* tmp/ *.log .DS_Store dist/ build/ .next/)
5e85b320a6b08417b2b07e7b87e09dbeeb83f248 · 2026-05-07 12:29:19 -0700 · Steve
Files touched
Diff
commit 5e85b320a6b08417b2b07e7b87e09dbeeb83f248
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:19 2026 -0700
tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* tmp/ *.log .DS_Store dist/ build/ .next/)
---
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index 324a75b..0482a2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
.auth-config.json
+
+# Standing-rule additions (2026-05-07)
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
← 6ac413e initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Abrams Discovery Viewer
·
untrack node_modules per standing rule (was tracking 645 fil e9b4e3e →