[object Object]

← back to ClawCoder

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

8ebb8cd10c9ebe7129cb105c615a8a2d523d7742 · 2026-05-07 12:29:22 -0700 · Steve

Files touched

Diff

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

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

diff --git a/.gitignore b/.gitignore
index 78fea9a..9782bb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,9 @@ yarn-error.log*
 next-env.d.ts
 
 /src/generated/prisma
+
+# Standing-rule additions (2026-05-07)
+tmp/
+*.log
+.DS_Store
+dist/

← 218fc5f initial snapshot — gitify all builds (CLAUDE.md rule 2026-05  ·  back to ClawCoder  ·  chore: add *.bak to .gitignore per standing junk-ignore rule 967d77b →