[object Object]

← back to Loops Dashboard

gitignore: add tmp/ dist/ build/ .next/ per standing rule

f3c1c8b3415ca398acd6907968d2646a2f48ddf5 · 2026-05-18 17:33:11 -0700 · Steve

Files touched

Diff

commit f3c1c8b3415ca398acd6907968d2646a2f48ddf5
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 18 17:33:11 2026 -0700

    gitignore: add tmp/ dist/ build/ .next/ per standing rule
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 034b86c..28db694 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
 node_modules/
 *.log
 .DS_Store
+tmp/
+dist/
+build/
+.next/
 
 # Secrets — never commit
 .env*

← f4cb25a gitignore: protect .env* from accidental commits per MEMORY  ·  back to Loops Dashboard  ·  morning-review: surface HTTP status on non-200 instead of mi c22ac93 →