initial commit
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2025.6.3
|
2026.2.2
|
||||||
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
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
|
||||||
# Storage directory
|
# OS files
|
||||||
.storage/
|
.DS_Store
|
||||||
ms365_storage/
|
Thumbs.db
|
||||||
image/
|
|
||||||
.cloud/
|
|
||||||
www/
|
|
||||||
esphome/
|
|
||||||
custom_components/
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
*.log.1
|
|
||||||
*.log.fault
|
|
||||||
|
|
||||||
## Sensitive stuff
|
|
||||||
secrets.yaml
|
|
||||||
|
|||||||
1233
automations.yaml
1233
automations.yaml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user