-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
105 lines (88 loc) · 1.83 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Git Ignore File
# Do not ignore
!/.gitignore
!/.travis.yml
# Logs
logs
*.log
*.log.1
*.log.fault
# Ignore Folders
.cloud
.vscode
.Trash-*
deps/
Share/
certificate/
tts/
__pycache__
blueprints
# Ignored Files
.pip_progress
ip_bans.yaml
known_devices.yaml
customize.yaml
*.conf
*.db
*.db-shm
*.db-wal
*.db-journal
*.uuid
*.pyc
google_calendars.yaml
*.old.yaml
*.code-workspace
.storage/core.entity_registry
# Secrets
secrets.yaml
secrets/*.json
!/secrets/*.fake.json
secrets/home-assistant.json
# Google temp files
.google*
*.token
# Node-Red
node-red
# Operating System Trash files
.DS_Store
# Storage
.storage/*
# Do not ignore dashbaord files
!/.storage/energy
!/.storage/lovelace
!/.storage/lovelace.*
!/.storage/lovelace.lovelace_*
!/.storage/lovelace_resources
.storage/core.device_registry
.storage/core.entity_registry
# Do not ignore specific custom components
#custom_components/
!/custom_components/dlight/*
#www/community/*
# ignore all json and txt files in Enedis sub-directories
custom_components/archive/myEnedis/14476845147777/*.json
custom_components/archive/myEnedis/19677423985708/*.json
custom_components/archive/myEnedis/14415629518280/*.json
custom_components/archive/myEnedis/14476845147777/*.txt
custom_components/archive/myEnedis/19677423985708/*.txt
custom_components/archive/myEnedis/14415629518280/*.txt
custom_components/myEnedis/myEnedis/test_data/*.txt
# Ignore wyze cam image and auth files
www/wyze-cam.jpg
wyze-bridge/*.pickle
wyze-bridge/mfa_token.txt
nest/event_media/*.mp4
nest/event_media/*
image/*
# Zigbee2mqtt
zigbee2mqtt/log/*
zigbee2mqtt/configuration.yaml
zigbee2mqtt/state.json
zigbee2mqtt/database.db.*
zigbee2mqtt/configuration_backup_v*.yaml
# Watchman
watchman_report.txt
# Solisart custom integration (ask me if you want it)
custom_components/solisart/*
# Corrupted database
home-assistant_v2.*.corrupt.*