← back to Boomer Calculator
tighten .gitignore: add missing standing-rule patterns (tmp/ *.log dist/)
bd65ddff70ed836c347743360839fe9e38544c55 · 2026-05-07 12:29:21 -0700 · Steve
Files touched
Diff
commit bd65ddff70ed836c347743360839fe9e38544c55
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:21 2026 -0700
tighten .gitignore: add missing standing-rule patterns (tmp/ *.log dist/)
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index d8dc46a..b512a97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,8 @@ next-env.d.ts
# Capacitor
.capacitor/
+
+# Standing-rule additions (2026-05-07)
+tmp/
+*.log
+dist/
← 4abb75b initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Boomer Calculator
·
chore(gitignore): add canonical .env* and *.bak ignore patte d5b139c →