-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.helmignore
61 lines (55 loc) · 841 Bytes
/
.helmignore
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
# Remove release files
release.json
# Remove ignore files
.gitignore
.helmignore
# Remove all shell scripts
*.sh
# Remove all resulting packages
./*.tgz
./.
./..
.cache
# Just in case if someone forgets to remove their local.properties file
*.properties
# Internal cluster values
values/
# Rendered templates
rendered/
# Got it from the Internet
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
.helm-docs
.helm_output
*.md
.env
Makefile
*.lock
examples/
unittests/
tests/
values.schema.json
schema.values.json
# Docs related
#README.md
LICENSE
ct.yaml