diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 07:09:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 07:09:09 +0000 |
commit | 6ccf7a1881e2402cbd469e300c72dff27951a2e4 (patch) | |
tree | 9e4015e2800e338ea03ae7cb80fd77ec67ecf099 /kubernetes/sdc/.helmignore | |
parent | e1211cd9066c99a3995580e075d6c7df5a07bc12 (diff) | |
parent | ff8ed825c9c9f8cea71fbd46b7beb5579106727f (diff) |
Merge "[Tree-wide] Add helmignore to ignore components"
Diffstat (limited to 'kubernetes/sdc/.helmignore')
-rw-r--r-- | kubernetes/sdc/.helmignore | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/kubernetes/sdc/.helmignore b/kubernetes/sdc/.helmignore index daebc7da77..7ddbad7ef4 100644 --- a/kubernetes/sdc/.helmignore +++ b/kubernetes/sdc/.helmignore @@ -1,21 +1,22 @@ -# 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
+# 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 +components/ |