summaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sdewan_controllers/.helmignore
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-09-23 20:01:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-23 20:01:28 +0000
commit0981003372989348a886262a5cce4a8334f91ccc (patch)
treea13bb67fe9aa1bb732fc010b4712ba3af465fe65 /kud/deployment_infra/helm/sdewan_controllers/.helmignore
parent18c0ffea7babfcda74e4367413a331259c406c10 (diff)
parent4e3adf2715da3902790163a4954e87555fcfc28e (diff)
Merge "Create helm chart for ICN/SDEWAN controllers"
Diffstat (limited to 'kud/deployment_infra/helm/sdewan_controllers/.helmignore')
-rw-r--r--kud/deployment_infra/helm/sdewan_controllers/.helmignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/sdewan_controllers/.helmignore b/kud/deployment_infra/helm/sdewan_controllers/.helmignore
new file mode 100644
index 00000000..0e8a0eb3
--- /dev/null
+++ b/kud/deployment_infra/helm/sdewan_controllers/.helmignore
@@ -0,0 +1,23 @@
+# 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
+*.orig
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/