← back to Dear Bubbe Nextjs
gitignore: add backup/source-leak patterns (*.bak, *.orig, etc.)
d88e7a960ff483a3c1d1dd7b5300d6953aa47e5e · 2026-05-30 23:52:02 -0700 · SteveStudio2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit d88e7a960ff483a3c1d1dd7b5300d6953aa47e5e
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sat May 30 23:52:02 2026 -0700
gitignore: add backup/source-leak patterns (*.bak, *.orig, etc.)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index b92f1f0..fc21e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,13 @@ next-env.d.ts
tmp/
*.log
dist/
+
+# Backup / source-leak prevention
+*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*
← b54eb99 Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade
·
back to Dear Bubbe Nextjs
·
security: remove malware launcher (/var/tmp/.font/n0de) from c7a098c →