[object Object]

← back to Boomer Calculator

chore(gitignore): add canonical .env* and *.bak ignore patterns

d5b139c8ebd6997dad2881dea9b5334b2cf791b0 · 2026-06-03 08:59:03 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit d5b139c8ebd6997dad2881dea9b5334b2cf791b0
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Jun 3 08:59:03 2026 -0700

    chore(gitignore): add canonical .env* and *.bak ignore patterns
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index b512a97..018756a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,7 @@ next-env.d.ts
 tmp/
 *.log
 dist/
+
+# Standing-rule additions (2026-06-03)
+.env*
+*.bak

← bd65ddf tighten .gitignore: add missing standing-rule patterns (tmp/  ·  back to Boomer Calculator  ·  (newest)