mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01: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
|