[object Object]

← back to Dw Pairs Well

gitignore: exclude logs/ directory (server logs, watcher logs, debug pngs)

5f8d1eb5744420875217a3888693aba99d6f2aab · 2026-05-18 20:26:31 -0700 · Steve Abrams

Files touched

Diff

commit 5f8d1eb5744420875217a3888693aba99d6f2aab
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 18 20:26:31 2026 -0700

    gitignore: exclude logs/ directory (server logs, watcher logs, debug pngs)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1eff7ab..b2561b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ node_modules/
 .env
 .env.local
 tmp/
+logs/
 *.log
 .DS_Store
 dist/

← cd6aed7 package.json: dev script uses correct port 9813 (was 9799)  ·  back to Dw Pairs Well  ·  dw-pairs-well: scrub real-looking DB password from tracked . fbbb236 →