-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (36 loc) · 1008 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (36 loc) · 1008 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
*.swp
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.tmp/
# Dev environment - generated files
dev/config/.storage/auth
dev/config/.storage/auth_provider.homeassistant
dev/config/.storage/core.restore_state
dev/config/custom_components/
dev/config/home-assistant_v2.db
dev/config/home-assistant_v2.db-shm
dev/config/home-assistant_v2.db-wal
dev/config/home-assistant.log
dev/config/home-assistant.log.*
dev/config/.storage/http
dev/config/.ha_run.lock
dev/config/.HA_VERSION
dev/config/tts/
dev/config/blueprints/
dev/config/.cloud/
# Keep the static storage files
!dev/config/.storage/onboarding
!dev/config/.storage/core.config
!dev/config/.storage/core.config_entries
!dev/config/.storage/lovelace_resources
!dev/config/.storage/lovelace_dashboards
!dev/config/.storage/lovelace.test_dashboard
!dev/config/.storage/choremander.*
docs/
.DS_Store
# Local-only dev screenshot tooling (browserless/ha-dev specific; not for the published repo)
scripts/screenshots/
# Node / JS tooling (CI-3)
node_modules/