-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (46 loc) · 903 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
43
44
45
46
47
48
49
50
51
# Example .gitignore file for your config dir.
# A * ensures that everything will be ignored.
*
# You can whitelist files/folders with !, these will not be ignored.
!*.yaml
!.gitignore
!assets
!*.md
!*.py
!*.jpg
!*.JPG
!*.svg
!alerts
!binary_sensors
!imageprocessing
!custom_components/*
!custom_components/dlink_hnap/*
!custom_components/eufy_vacuum/*
!custom_components/classificationbox/*
!custom_components/floureon/*
!custom_components/deepstack_object/*
!custom_components/birthdays/*
!custom_components/hildebrandglow/*
!custom_components/weatherbit/*
!notification
!packages
!panels
!python_scripts
!sensors
!switches
!templates
!www
# Ignore folders.
.storage
.cloud
.google.token
icloud
tensorflow
__pycache__
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
secrets_alexa.yaml
known_devices.yaml
ip_resolve.yaml
wol.yaml