[object Object]

← back to Macstudio2 Dashboard

gitignore: add missing standard excludes (tmp/ dist/ build/ .next/)

ad4753b124ed827c180d6b60fb60f33c1a8601f9 · 2026-06-03 20:24:33 -0700 · SteveStudio2

Files touched

Diff

commit ad4753b124ed827c180d6b60fb60f33c1a8601f9
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Wed Jun 3 20:24:33 2026 -0700

    gitignore: add missing standard excludes (tmp/ dist/ build/ .next/)
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 04ca28f..8a8a314 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@ node_modules/
 *~
 .DS_Store
 
+tmp/
+dist/
+build/
+.next/

← 13b832f feat(server): 404-guard for snapshot/editor file paths  ·  back to Macstudio2 Dashboard  ·  chore: macstudio3 migration — reconcile from mac2 + repoint a50c133 →