[object Object]

← back to Site Factory

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

8e367ce9e194233a13a26cb0e211ae56be25175f · 2026-05-07 12:29:31 -0700 · Steve

Files touched

Diff

commit 8e367ce9e194233a13a26cb0e211ae56be25175f
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 12:29:31 2026 -0700

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7c68c8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Secrets — NEVER commit
+.env
+.env.*
+!.env.example
+admin/.session-secret
+*.session-secret
+
+# Dependencies
+node_modules/
+*/node_modules/
+
+# Logs + state
+logs/
+*.log
+.uptime-state/
+
+# Build output
+dist/
+.next/
+*.tsbuildinfo
+
+# Local pm2 / dev overrides
+ecosystem.local.js
+
+# OS
+.DS_Store
+
+# Standing-rule additions (2026-05-07)
+tmp/
+build/

← 5b2b1e1 [overnight] pre-debate baseline  ·  back to Site Factory  ·  untrack node_modules per standing rule (was tracking 804 fil 9523023 →