-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
68 lines (61 loc) · 957 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# You can whitelist files/folders with !, these will not be ignored.
# !*.yaml
# !.gitignore
# !*.md
# !automation/
# !automation/*
# !custom_components/
# !custom_components/**
# !archive/
# !archive/*
# !includes/
# !includes/*
# !lovelace/
# !lovelace/*
# !themes/
# !themes/*
# Ignore files.
.google.token
.homekit.state
.ios.conf
*.db
*.db-shm
*.db-wal
*.disable
*.log
*.pyc
._*
aircast.xml
home-assistant.log
home-assistant.log.fault
options.xml
OZW_Log.txt
pyozw.sqlite
zwcfg_*
zwscene.xml
# Ignore folders.
.cloud
.storage
ssh_keys
appdaemon
custom_icons
deps
glances
node-red
tts
_OLD
www/images/snapshots
www/dwains-theme/fonts
# ESPHome ignores
esphome/secrets.yaml
esphome/*/*
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
google_assistant_service_account.json
google_calendars.yaml
ip_bans.yaml
secrets.yaml
known_devices.yaml
# Ignore Python cache files
__pycache__/
# Specific keeps
!.gitkeep