-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·53 lines (47 loc) · 635 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·53 lines (47 loc) · 635 Bytes
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
# Generic ignores
*.log*
*.conf
*.db
*.db.corrupt.*
*.db-shm
*.db-wal
*.pyc
._*
__pycache__
.env
*.DS_Store
*.backup
# Ignore folders
.deleted
.ssh
.storage
.cloud
.google.token
deps
tts
image
site
# Home Assistant
secrets.yaml
ip_bans.yaml
known_devices.yaml
.homekit.state
.ps4-games*.json
GA_SERVICE_ACCOUNT.json
www/community
/custom_components/**
!/custom_components/README.md
watchman_report.txt
token-*.txt
# Zigbee2MQTT
/zigbee2mqtt/secret.yaml
/zigbee2mqtt/state.json
/zigbee2mqtt/log
/zigbee2mqtt/coordinator_backup.json
# PlayStation to MQTT
/ps5-mqtt/credentials.json
# IDE
.vscode
.Trash*
# Specific keeps
!.gitkeep