-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·44 lines (35 loc) · 960 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
# All "hidden" directories, probably a bad idea to commit them
.*/
# Don't commit compiled stuff
appdaemon/compiled
# I'm nut using apps
appdaemon/apps
# Contains home location
appdaemon/appdaemon.yaml
# Don't commit a snapshot of my hall (last time motion was detected, so it's probably a snapshot of me)
www/snap_hall.jpg
# Don't commit user profile pictures
image/
# There's already a default gitignore in the esphome folder
# Only commit the yaml's in the esphome folder root
!esphome/*.yaml
# But don't commit my secrets
esphome/secrets.yaml
# Don't commit any of the HA database files
*.db*
# Contains Bluetooth device MAC addresses (also from all my neighbours)
known_devices.yaml
# Don't commit any log files
**/*.log
**/*.log.*
# Again, no secrets please
**/secrets.yaml
**/__pycache__
custom_components_repo
.shopping_list.json
frigate.yaml
.jwt_secret
.exports
backup_config.yaml
.timeline
.vacuum