chore: Update .gitignore and remove temp/debug files
Add patterns for .continue/, CLAUDE_CONTINUE.md, backend/BreakpilotDrive/ (1.9GB), backend/screenshots/, za-download-9/, SSH key notes, and debug artifacts. Delete ~30 stale temp files from backend/ and docs-src/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -143,3 +143,25 @@ coverage/
|
|||||||
*.safetensors
|
*.safetensors
|
||||||
models/
|
models/
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# IDE Plugins & AI Tools
|
||||||
|
# ============================================
|
||||||
|
.continue/
|
||||||
|
CLAUDE_CONTINUE.md
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# Misplaced / Large Directories
|
||||||
|
# ============================================
|
||||||
|
backend/BreakpilotDrive/
|
||||||
|
backend/website/
|
||||||
|
backend/screenshots/
|
||||||
|
**/za-download-9/
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# Debug & Temp Artifacts
|
||||||
|
# ============================================
|
||||||
|
*.command
|
||||||
|
ssh_key*.txt
|
||||||
|
anleitung.txt
|
||||||
|
fix_permissions.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user