-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (63 loc) · 1.37 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
##### Intellij IDEA
*.iml
.idea/*
# Icon for this project
!.idea/icon.png
# Sets the default file encoding to UTF-8
!.idea/encodings.xml
# Save the project name
!.idea/.name
##### Ignore Home Assistant runtime folders
# UI configuration
.storage
# Home Assistant Cloud settings
.cloud
.google.token
# Components installed using the community store
custom_components
# Themes installed using the community store
themes/*
!themes/fix.md
# Integrations installed using the community store
www/community
# Zigbee network (conbee stick)
zigbee.db
zigbee.db-journal
zigbee.db-shm
zigbee.db-wal
# Zigbee network map
neighbours
# Zigbee firmware upgrades
zigbee_firmware
# Version of Home Assistant
.HA_VERSION
# Log files (current and historic)
home-assistant.log
home-assistant.log.*
# Cached text-to-speach files
tts
# Images uploaded using the UI
image
# Glances config file
glances.conf
# Blueprints added using the UI
blueprints
# Automations created using the UI
automations.yaml
# Scripts created using the UI
scripts.yaml
# ESPHome (manage using the UI)
esphome
# Zigbee2mqtt storage files
zigbee2mqtt
# Homematic ip integration
homematicip_local
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
credentials
known_devices.yaml
# Contains the REST api token
api/rest-client.env.json
# Storage of the shopping list
.shopping_list.json