-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (29 loc) · 820 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# macOS resource files
.DS_Store
# Decrypted Secrets Files
config/homeassistant/secrets.yaml
config/homeassistant/options.xml
# Non-declarative config files
config/homeassistant/.storage
config/homeassistant/.cloud
config/homeassistant/harmony_*.conf
config/homeassistant/zwscene.xml
config/homeassistant/zwcfg_*.xml
# Version Mutex
config/homeassistant/.HA_VERSION
# Database files
config/homeassistant/home-assistant_v2.db
config/homeassistant/home-assistant_v2.db-*
config/homeassistant/pyozw.sqlite
config/homeassistant/zigbee.db
data/recorder/*
!data/recorder/.gitkeep
# Backups
backup-*.tar.gz.gpg
# Log Files
config/homeassistant/home-assistant.log
config/homeassistant/home-assistant.log.*
config/homeassistant/OZW_Log.txt
# Ephemeral Files
config/nodered/.config.runtime.json
config/nodered/flows_*.json