forked from JoaquinBeceiro/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (43 loc) · 762 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
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generic ignores
*.log
*.db
*.db-shm
*.db-wal
*.pyc
._*
__pycache__
# Directory (contents) ignores
config/.cloud
config/.storage
!config/.storage/lovelace
config/deps
# Specific file ignores
config/.config_entries.json
config/.homekit.state
config/.ios.conf
config/.spotify-token-cache
config/.tradfri_psk.conf
config/.uuid
config/core
config/html5_push_registrations.conf
config/ip_bans.yaml
config/known_devices.yaml
config/options.xml
config/OZW_Log.txt
config/pyozw.sqlite
config/secrets.yaml
config/zwcfg_*
config/zwscene.xml
# ESPHome ignores
config/esphome/secrets.yaml
config/esphome/**/
# Ignore add-on files
config/aircast.xml
config/airsonos.xml
config/notebooks
# Ignore files created by IDE's
.vscode
.theia
.Trash*
# Specific keeps
!.gitkeep