-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
executable file
·56 lines (53 loc) · 996 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
53
54
55
56
# 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
!*.md
!automations
!lovelace
!readme_images/
!readme_images/**
!python_scripts/
!python_scripts/**
!appdaemon/
!appdaemon/*
!appdaemon/apps/
!appdaemon/apps/**
!themes/
!themes/**
!sensors/
!sensors/**
!www/images/
!www/images/*
!www
!www/community/
!www/community/lovelace-weather-card-chart/
!www/community/lovelace-weather-card-chart/**
!www/community/mini-media-player/
!www/community/mini-media-player/**
# Ignore folders.
.storage
.cloud
.google.token
appdaemon/apps/__pycache__
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
known_devices.yaml
# My stuff
*.xml
home-assistant.log
OZW_Log.txt
securitypics
home-assistant_v2.db
life360.conf
.TemporaryItems
OZW_Log.txt
google_calendars.yaml
._*
notes
apple_airport.py
alexa*
pyscript*