[object Object]

← back to Dw Hero Admin

chore: add tmp/ to .gitignore per standing rule

0ac6205d3db1a54dc3d7b462ced4b144b7c9ab2e · 2026-05-18 20:24:12 -0700 · SteveStudio2

Files touched

Diff

commit 0ac6205d3db1a54dc3d7b462ced4b144b7c9ab2e
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 18 20:24:12 2026 -0700

    chore: add tmp/ to .gitignore per standing rule
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 26d669c..1924158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 node_modules/
 .env*
+tmp/
 *.log
 .DS_Store
 dist/

← 74b3917 feat: per-site fashion-house style guide picker with color d  ·  back to Dw Hero Admin  ·  fix: api() rejects on non-2xx HTTP so .catch handlers fire; 23d9290 →