initial commit
This commit is contained in:
71
.gitignore
vendored
71
.gitignore
vendored
@@ -1,21 +1,58 @@
|
||||
# Database files
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# Whitelist config files
|
||||
!*.yaml
|
||||
!*.yml
|
||||
!.gitignore
|
||||
!*.md
|
||||
!*.sh
|
||||
!*.js*
|
||||
|
||||
# Whitelist subdirectory yaml files
|
||||
!*/*.yaml
|
||||
!*/*.yml
|
||||
|
||||
# Whitelist specific folders (uncomment as needed)
|
||||
!automations/
|
||||
!scripts/
|
||||
# !packages/
|
||||
#!themes/
|
||||
!blueprints/
|
||||
# !node-red/
|
||||
|
||||
# =============================================
|
||||
# SENSITIVE FILES - always ignore these
|
||||
# =============================================
|
||||
secrets.yaml
|
||||
known_devices.yaml
|
||||
ip_bans.yaml
|
||||
|
||||
# =============================================
|
||||
# Generated files and folders - always ignore
|
||||
# =============================================
|
||||
.storage
|
||||
.cloud
|
||||
.google.token
|
||||
home-assistant.log
|
||||
home-assistant_v2.db
|
||||
home-assistant_v2.db-shm
|
||||
home-assistant_v2.db-wal
|
||||
|
||||
# Dependencies and cache
|
||||
deps/
|
||||
tts/
|
||||
www/
|
||||
custom_components/
|
||||
image/
|
||||
ms365_storage/
|
||||
|
||||
# Pickle / session files
|
||||
*.pickle
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Storage directory
|
||||
.storage/
|
||||
ms365_storage/
|
||||
image/
|
||||
.cloud/
|
||||
www/
|
||||
esphome/
|
||||
custom_components/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
*.log.1
|
||||
*.log.fault
|
||||
|
||||
## Sensitive stuff
|
||||
secrets.yaml
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user