[object Object]

← back to Crankd

gitignore: exclude .bak/.pre-* snapshot artifacts

25ee12de2053ae3ec72dfbdf54b0a102e0b4659d · 2026-05-19 17:23:55 -0700 · SteveStudio2

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

Files touched

Diff

commit 25ee12de2053ae3ec72dfbdf54b0a102e0b4659d
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Tue May 19 17:23:55 2026 -0700

    gitignore: exclude .bak/.pre-* snapshot artifacts
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6e5c2b0..1b954ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,9 @@ dist/
 build/
 .next/
 data/recordings/
+
+# snapshot files — never commit these
+*.bak
+*.bak.*
+*.pre-*
+.pre-*

← e09786c add Jill persona stub + ElevenLabs wrapper + onboarding scri  ·  back to Crankd  ·  server: 404-guard for .bak/.pre- snapshot paths before stati 2b841f7 →