[object Object]

← back to Bertha

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

9bf58aa18b4277774e7c6f99c5ae46e425728846 · 2026-05-07 12:29:21 -0700 · Steve

Files touched

Diff

commit 9bf58aa18b4277774e7c6f99c5ae46e425728846
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 12:29:21 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/

← 537f34b chore(next): update 1 file (no-ext) [-4846]  ·  back to Bertha  ·  untrack node_modules per standing rule (was tracking 12516 f 64afe10 →