-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (41 loc) · 1004 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
#-------------------------------------------
# Basic .gitignore to ensure correct files are uploaded to git
# @Whatdaybob
# Original Repo : https://github.com/whatdaybob/Home-AssistantConfig
#-------------------------------------------
#-------------------------------------------
# Ensure these folders are ignored
#-------------------------------------------
.ssh/
.storage/
.cloud/
.O365-token-cache/
config/deps/
config/icloud/
config/ssl/
config/Extras/
disabled/
tts/
config/configuration/themes/
backup/
#-------------------------------------------
# Ensure these files are ignored
#-------------------------------------------
config/.pip_progress
.vscode/settings.json
hass.code-workspace
.homekit.state
.uuid
config/*.conf
config/*.log
ip_bans.yaml
secrets.yaml
known_devices.yaml
__pycache__/
config/custom_components/installed via hacs.txt
*nodered.json
#-------------------------------------------
# Temp files to be removed
#-------------------------------------------
*.old
*.disabled