-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.gitignore
74 lines (74 loc) · 1.12 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
#################################
# By default, ignore all files
#################################
*
#################################
# Share this stuff
#################################
!.gitignore
!*.md
!*.yaml
!*.sh
!automations/
!custom_components/
!custom_components/*
!custom_components/**
!custom_templates/
!custom_templates/*.jinja
!docs/
!docs/*
!docs/**
!entities/
!entities/*
!entities/**
!esphome/
!esphome/*.yaml
!esphome/common/
!esphome/include/
!esphome/include/*
!glances/
!glances/glances.conf
!influxdb_conf/
!ldap/
!ldap/*
!lovelace/
!lovelace/*
!packages/
!packages/*
!scripts/
!themes/
!themes/*
!themes/**
!blueprints/
!blueprints/*
!blueprints/**
!www/
!www/community/
!www/community/*
!www/community/**
!www/plants/
!www/plants/*
!www/weather_icons/
!www/weather_icons/*
!zigbee2mqtt/
!zigbee2mqtt/*
!zigpy_ota/
!zigpy_ota/*
#################################
# Don't include this
#################################
.cloud
.storage
.esphome
*/**/__pycache__/
**/.pioenvs/
**/.piolibdeps/
**/lib/
**/src/
**/platformio.ini
#customize.yaml
ip_bans.yaml
known_devices.yaml
secrets.yaml
packages/pack_private.yaml
go2rtc.yaml