diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-25 12:12:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-25 12:12:17 +0000 |
commit | 7cccd2a303d4f61dee5aa2ab5da701bd9e18fec8 (patch) | |
tree | fcba38295abdaf8b75319bfdf65d2cb3945ba504 /kubernetes/portal/components/portal-widget/.helmignore | |
parent | a1365a751a5f9bfa4acaa6812c90291979102a6b (diff) | |
parent | eac587dc9ace5a5dd587da7de11ae0f239930b59 (diff) |
Merge "[PORTAL] Move portal subcharts to components"
Diffstat (limited to 'kubernetes/portal/components/portal-widget/.helmignore')
-rw-r--r-- | kubernetes/portal/components/portal-widget/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-widget/.helmignore b/kubernetes/portal/components/portal-widget/.helmignore new file mode 100644 index 0000000000..daebc7da77 --- /dev/null +++ b/kubernetes/portal/components/portal-widget/.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
|