[object Object]

← back to Claude Codex Meeting

tighten .gitignore: add missing standing-rule patterns (.env* tmp/ *.log .DS_Store dist/ build/ .next/)

387033c585ac841d193a173a587547a36c0c9e1b · 2026-05-07 12:29:22 -0700 · Steve

Files touched

Diff

commit 387033c585ac841d193a173a587547a36c0c9e1b
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 12:29:22 2026 -0700

    tighten .gitignore: add missing standing-rule patterns (.env* tmp/ *.log .DS_Store dist/ build/ .next/)
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 124bfee..9bed7d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,12 @@ logs/launchd.*.err
 logs/claude.err
 .symlink.lock
 node_modules/
+
+# Standing-rule additions (2026-05-07)
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/

← 724a66e fix(email): convert markdown→HTML so Gmail renders properly  ·  back to Claude Codex Meeting  ·  auto-act: tolerate ## or ### heading depth + grep-empty (pip 0f820e8 →