diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-23 20:53:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-23 20:53:58 +0000 |
commit | f50dccfd3067116ccbf9e26aef6d9b5aa13f85fd (patch) | |
tree | 3a5369ec1040909930c97ddcc06a26b42166fdf6 /kubernetes/common/common-templates/.helmignore | |
parent | 799ae16776823e5f12412eab4bd21368480d682e (diff) | |
parent | 3e7dc64805fbfc378290c32e8d4de39c3602e66e (diff) |
Merge "Add common helm chart"
Diffstat (limited to 'kubernetes/common/common-templates/.helmignore')
-rw-r--r-- | kubernetes/common/common-templates/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/common/common-templates/.helmignore b/kubernetes/common/common-templates/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/common/common-templates/.helmignore @@ -0,0 +1,21 @@ +# 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 |