forked from CM000n/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (75 loc) · 1.05 KB
/
.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
69
70
71
72
73
74
75
76
77
78
# Files with personal details
*.crt
*.csr
*.cprof
*.key
*.log
*.log.*
.google_maps_location_sharing.cookies.cloosquentin2_gmail_com
.uuid
.shopping_list.json
.google.token
.omv_cookies.json
core
creds.data
gactions
SERVICE_ACCOUNT.JSON
GA_SERVICE_ACCOUNT.json
aircast.xml
icloud/
google_assistant/
google_calendars.yaml
groups.yaml
scripts/
hass-emulated-hue/
home-assistant.db
home-assistant_v2.db
home-assistant_v2.db-*
html5_push_registrations.conf
harmony_16148850.conf
ip_bans.yaml
known_devices.yaml
phue.conf
plex.conf
pyozw.sqlite
secrets.yaml
tradfri.conf
aircast.xml
blueprints/
image/
config/
double-take/
python_scripts/
faces/
frigate.yml
glances/
.storage/
.storage
.ssh
storage
*.db-journal
*.pid
tts
deps
lib
snapshots/
statistics/
wifi-qr.png
video-camera.png
zigbee.db
zigbee.db-shm
zigbee.db-wal
havenv
venv
.venv
.HA_VERSION
# Log files
home-assistant.log
ozw_log.txt
watchman_report.txt
# Development files
custom_components/
.pre-commit-config.yaml
.prettierrc.yaml
.yamllint
# End of https://mrkandreev.name/snippets/gitignore-generator/#HomeAssistant