summaryrefslogtreecommitdiffstats
path: root/kubernetes/cli/.helmignore
diff options
context:
space:
mode:
authorJun (Nicolas) Hu <jh245g@att.com>2018-03-29 15:02:19 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-29 15:02:19 +0000
commita57d055fa31650fcdeadc8514a1f9f551be395c0 (patch)
treebdf4a28ab4dcc6250b6b7911d0e8f27f769771be /kubernetes/cli/.helmignore
parentc786a281b513f1cae7e6f8adbc1e0cb547aac75b (diff)
parentec757979ad7a6455a56a649b130f42b34dabfb30 (diff)
Merge "CLI Configuration Standardization"
Diffstat (limited to 'kubernetes/cli/.helmignore')
-rw-r--r--kubernetes/cli/.helmignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/cli/.helmignore b/kubernetes/cli/.helmignore
new file mode 100644
index 0000000000..f0c1319444
--- /dev/null
+++ b/kubernetes/cli/.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