mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-27 21:41:11 +02:00
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
# This keeps Docker from including hostOS virtual environment folders
|
|
env/
|
|
.venv/
|
|
|
|
# Database files and backups
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
backups/
|
|
*.db.gz
|