diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-23 20:54:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-23 20:54:02 +0000 |
commit | c3f901acd912026f602ebdcb66c83490f1a4cf05 (patch) | |
tree | 509d2d5350b674fcf7fc6017d5e8a0f20c827b39 /kubernetes/so/.helmignore | |
parent | ecd6153f14f654c65837b7515f40f75ad8809241 (diff) | |
parent | d32d36e3219cc0f17e2fe81e6ac50866e4025140 (diff) |
Merge "Add standardized helm chart for so"
Diffstat (limited to 'kubernetes/so/.helmignore')
-rw-r--r-- | kubernetes/so/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/so/.helmignore b/kubernetes/so/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/so/.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 |