[object Object]

← back to Ken

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

a27e0fd2c153f4ea5fa398d5c7023796931fce62 · 2026-05-07 12:29:27 -0700 · Steve

Files touched

Diff

commit a27e0fd2c153f4ea5fa398d5c7023796931fce62
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 12:29:27 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 3c3629e..8d3a1ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,10 @@
 node_modules
+
+# Standing-rule additions (2026-05-07)
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/

← 93ce9eb [overnight] pre-debate baseline  ·  back to Ken  ·  snapshot: 1 file(s) changed, +1 new cf5d8b8 →