forked from Apocrathia/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·52 lines (41 loc) · 843 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
52
# By default, ignore all files
*
# Eventually I will change this, but for now, I'll write in what I want to be shared.
# Share this file
!.gitignore
# Git Modules
!.gitmodules
# Share Markdown files & images
!*.md
!docs/images/*.png
!docs/images/*.jpg
# Explicitly allow YAML files
!*.yaml
# Any scripts that I may write
!*.sh
# Allow the following subfolders
!appdaemon
!automations
!custom_components
!docs
!images
!packages
!scenes
!scripts
!themes
!www
# don't include the archive subfolder
# (As that's from my recent migration to HassOS)
archive
# Ignore Sensitive Files
secrets.yaml
known_devices.yaml
entity_registry.yaml
ip_bans.yaml
customize.yaml
# AppDaemon
appdaemon/__pycache__
# Zwave Configurations
zwave_device_config.yaml
# Google Calendars
google_calendars.yaml