chore: update .gitignore — exclude data/, WAL files, and diagram images
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -51,3 +51,13 @@ Thumbs.db
|
|||||||
# Backup files
|
# Backup files
|
||||||
*.bak
|
*.bak
|
||||||
*.backup
|
*.backup
|
||||||
|
|
||||||
|
# Data files (TecDoc downloads, too large for git)
|
||||||
|
data/
|
||||||
|
|
||||||
|
# SQLite WAL files
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
|
||||||
|
# Diagram images (served from static, too large for git)
|
||||||
|
dashboard/static/diagrams/
|
||||||
|
|||||||
Reference in New Issue
Block a user