aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/components/portal-app/.helmignore
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-21 23:53:02 +0200
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-22 15:34:13 +0200
commiteac587dc9ace5a5dd587da7de11ae0f239930b59 (patch)
tree888a76d35909b34bf68f35a318fdf25a518029dd /kubernetes/portal/components/portal-app/.helmignore
parent810b0a1880a9ba897f0698ef5f7f69b2df33d893 (diff)
[PORTAL] Move portal subcharts to components
In order to allow to define dependencies per subchart let's move all of them to components and make sure that they can be build independently. Issue-ID: AAF-1134 Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/portal/components/portal-app/.helmignore')
-rw-r--r--kubernetes/portal/components/portal-app/.helmignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-app/.helmignore b/kubernetes/portal/components/portal-app/.helmignore
new file mode 100644
index 0000000000..daebc7da77
--- /dev/null
+++ b/kubernetes/portal/components/portal-app/.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