34 lines
403 B
Plaintext
34 lines
403 B
Plaintext
# Docker runtime files
|
|
data/evershelf.db
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
data/backups/
|
|
data/cron.log
|
|
data/smart_shopping_cache.json
|
|
data/bring_token.json
|
|
data/bring_catalog.json
|
|
data/client_debug.log
|
|
data/*.crt
|
|
data/*.pem
|
|
|
|
# Config (mounted as volume)
|
|
.env
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docs (not needed in container)
|
|
README.md
|
|
CHANGELOG.md
|
|
CONTRIBUTING.md
|
|
LICENSE
|
|
docs/
|
|
*.md
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|