← back to Angels Flowers
tighten .gitignore: add missing standing-rule patterns (tmp/ *.log dist/)
6bd8617a1b8fe62221a69fff976d00a069197108 · 2026-05-07 12:29:20 -0700 · Steve
Files touched
Diff
commit 6bd8617a1b8fe62221a69fff976d00a069197108
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 12:29:20 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 8f322f0..a3eef28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
+
+# Standing-rule additions (2026-05-07)
+tmp/
+*.log
+dist/
← f729216 initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Angels Flowers
·
gitignore: add backup/source-leak guards (*.bak, *.orig, *.o 13d7493 →