-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·81 lines (72 loc) · 1.23 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
75
76
77
78
79
80
81
#################################################################################
#
# _ _ _
# __ _(_) |_(_) __ _ _ __ ___ _ __ ___
# / _` | | __| |/ _` | '_ \ / _ \| '__/ _ \
# | (_| | | |_| | (_| | | | | (_) | | | __/
# (_)__, |_|\__|_|\__, |_| |_|\___/|_| \___|
# |___/ |___/
#
#################################################################################
# Ignore everything to start with
*
# Generic ignores (should be covered by above, but just in case)
*.log
*.log.*
*.db
*.db-shm
*.db-wal
*.pyc
._*
__pycache__
# Directory (contents) ignores
.cloud
.storage
.google.token
deps
# Specific keeps
!.gitkeep
!.gitignore
!.stubs
!.github
!.github/ISSUE_TEMPLATE
!.github/workflows
!.HA_VERSION
!LICENSE.md
!*.yaml
!*.md
!automations
!automations/**
!blueprints
!custom_sentences
!custom_sentences/**
!docs
!docs/**
!entities
!entities/**
!includes
!includes/**
!old_packages
!scenes
!scenes/**
!scripts
!scripts/**
# Specific file ignores
ip_bans.yaml
secrets.yaml
known_devices.yaml
*.jpg
*.png
*.ttf
docs/_site
# Build-in blueprints ignores
blueprints/*/homeassistant
# Ignore files created by IDE's
.vscode
.theia
.Trash*
# Ignore vendored stuff
custom_components
themes
www
# Temporary ignores