← back to Dw Design Bridge
gitignore: protect .env* from accidental commits per MEMORY rule
3741d2ac7f81f86a48f3919e9510dfb70b465164 · 2026-05-13 05:28:51 -0700 · SteveStudio2
Files touched
Diff
commit 3741d2ac7f81f86a48f3919e9510dfb70b465164
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Wed May 13 05:28:51 2026 -0700
gitignore: protect .env* from accidental commits per MEMORY rule
---
.gitignore | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1924158
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
← f660c5c fix: progressive-truncation JSON parser handles qwen3 traili
·
back to Dw Design Bridge
·
snapshot: 17 file(s) changed, +16 new, ~1 modified dd16961 →