Initialize docker stack repo
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# secrets
|
||||
**/.env
|
||||
**/secrets.yaml
|
||||
**/*secret*
|
||||
**/*.pem
|
||||
**/*.key
|
||||
**/*.crt
|
||||
|
||||
# runtime data
|
||||
**/data/
|
||||
**/logs/
|
||||
**/log/
|
||||
**/cache/
|
||||
**/tmp/
|
||||
**/backups/
|
||||
**/.storage/
|
||||
**/*.db
|
||||
**/*.db-shm
|
||||
**/*.db-wal
|
||||
**/*.log
|
||||
**/*.log.*
|
||||
**/tts/
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
|
||||
# service-specific caches
|
||||
homeassistant/config/custom_components/hacs/hacs_frontend/
|
||||
homeassistant/config/home-assistant*.log*
|
||||
homeassistant/config/home-assistant_v2.db*
|
||||
homeassistant/config/tts/
|
||||
immich/immich/db/
|
||||
immich/immich/model-cache/
|
||||
immich/immich/redis/
|
||||
voice/piper-data/
|
||||
voice/whisper-data/
|
||||
|
||||
# archives
|
||||
_archive/
|
||||
|
||||
# gitlab specific
|
||||
**/gitlab/config/
|
||||
**/gitlab/config/gitlab-secrets.json
|
||||
Reference in New Issue
Block a user