[object Object]

← back to Visual Factory

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

407e25d716e9f6e69c79f7c68a08cd2506ac2d90 · 2026-05-07 12:29:34 -0700 · Steve

Files touched

Diff

commit 407e25d716e9f6e69c79f7c68a08cd2506ac2d90
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 12:29:34 2026 -0700

    tighten .gitignore: add missing standing-rule patterns (tmp/ dist/ build/ .next/)
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index ba4f449..f7df9b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,14 @@
 node_modules/
+# Secrets — match all .env variants. Literal `.env` missed `.env.local` / `.env.production`.
 .env
+.env.*
+!.env.example
 *.log
 .DS_Store
 output/
+
+# Standing-rule additions (2026-05-07)
+tmp/
+dist/
+build/
+.next/

← ee44a36 fix(ssrf): IPv6 reserved-range blocklist now catches in-rang  ·  back to Visual Factory  ·  snapshot: 9 file(s) changed, +3 new, ~6 modified 73b0163 →