[object Object]

← back to Build Debrief

harden .gitignore with canonical exclude list (tmp/, dist/, build/, .next/, *.bak)

b94ef1f344d1d2673e128d938d81403b83013393 · 2026-06-03 08:59:04 -0700 · Steve

Files touched

Diff

commit b94ef1f344d1d2673e128d938d81403b83013393
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Jun 3 08:59:04 2026 -0700

    harden .gitignore with canonical exclude list (tmp/, dist/, build/, .next/, *.bak)
---
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index aa323e6..c36f149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
 node_modules/
 .env*
-data/*.json.bak
+tmp/
 *.log
 .DS_Store
+dist/
+build/
+.next/
+*.bak
+data/*.json.bak

← 064cea2 snapshot: 2 file(s) changed, ~2 modified  ·  back to Build Debrief  ·  chore: macstudio3 migration — reconcile from mac2 + repoint a87937d →