[object Object]

← back to Loops Dashboard

gitignore: protect .env* from accidental commits per MEMORY rule

f4cb25ab092930a11871a96874d551c90ba9fb44 · 2026-05-13 05:28:51 -0700 · SteveStudio2

Files touched

Diff

commit f4cb25ab092930a11871a96874d551c90ba9fb44
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Wed May 13 05:28:51 2026 -0700

    gitignore: protect .env* from accidental commits per MEMORY rule
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3c45938..034b86c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 node_modules/
 *.log
 .DS_Store
+
+# Secrets — never commit
+.env*

← 36c10b1 fix: cache + background refresh — 21s → <100ms page load  ·  back to Loops Dashboard  ·  gitignore: add tmp/ dist/ build/ .next/ per standing rule f3c1c8b →