← back to Dw Settlement Audit
gitignore: add dist/ build/ .next/
b6b04bf44bdb5f1a6087b4ed000fdf98ff07e55a · 2026-05-18 20:26:18 -0700 · SteveStudio2
Files touched
Diff
commit b6b04bf44bdb5f1a6087b4ed000fdf98ff07e55a
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon May 18 20:26:18 2026 -0700
gitignore: add dist/ build/ .next/
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9da8d21..ee2864e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@ node_modules/
tmp/
*.log
.DS_Store
+dist/
+build/
+.next/
candidates.jsonl
progress.txt
images/
← af6f338 settlement audit: report generator (md + html, sign-off only
·
back to Dw Settlement Audit
·
report.js: escape all Shopify-sourced fields in HTML output 9ff2b92 →