[object Object]

← back to Voice Chat

broaden .gitignore with snapshot/build excludes

aad10fa843a0d2b4da5c8a6c8f34960baddf61e1 · 2026-05-19 21:30:22 -0700 · Steve Abrams

Adds tmp/, dist/, build/, .next/, and the canonical snapshot patterns
(*.bak, *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~) so refactor-pass
side files never sneak into commits.

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

Files touched

Diff

commit aad10fa843a0d2b4da5c8a6c8f34960baddf61e1
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 21:30:22 2026 -0700

    broaden .gitignore with snapshot/build excludes
    
    Adds tmp/, dist/, build/, .next/, and the canonical snapshot patterns
    (*.bak, *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~) so refactor-pass
    side files never sneak into commits.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitignore b/.gitignore
index e375bd2..9fd5d37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,14 @@ node_modules/
 .env.*
 *.log
 .DS_Store
+tmp/
+dist/
+build/
+.next/
+*.bak
+*.bak.*
+*.pre-*
+*.orig
+*.rej
+*.swp
+*~

← 326417d auto-shutoff: 30s idle countdown with visible timer + resets  ·  back to Voice Chat  ·  add 404 guard middleware after express.static 621724f →