[object Object]

← back to Security Dashboard

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

30cc8fb98360eb792fa62c6388636ca86a28967e · 2026-06-03 20:24:33 -0700 · SteveStudio2

Files touched

Diff

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

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

diff --git a/.gitignore b/.gitignore
index ff2422c..1924158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@ node_modules/
 tmp/
 *.log
 .DS_Store
+dist/
+build/
+.next/

← 3b1fd39 prod-ready: env PORT + PROBE_LOCAL on-box probe mode, /api/h  ·  back to Security Dashboard  ·  chore: macstudio3 migration — reconcile from mac2 + repoint 3807fb1 →