mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add bookstack Signed-off-by: Bart Verwilst <bart@verwilst.be> * add home to Chart.yaml, remove whitespaces Signed-off-by: Bart Verwilst <bart@verwilst.be> * do not allow privilege escalation Signed-off-by: Bart Verwilst <bart@verwilst.be> * fix api version for deployment Signed-off-by: Bart Verwilst <bart@verwilst.be>
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
# 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/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|