diff options
author | vaibhav_16dec <vaibhav.chopra@amdocs.com> | 2018-03-15 07:05:10 +0000 |
---|---|---|
committer | vaibhav_16dec <vaibhav.chopra@amdocs.com> | 2018-03-19 06:51:16 +0000 |
commit | 22c7c25610e7c78b7d5d68f54b5bd9525a5c6e9b (patch) | |
tree | 219207d4025bc1db4395edfccb36afa48233a455 /.helmignore | |
parent | 10d510b16ad0e7a1217be89369fcb3acbb257b8b (diff) |
Robot Helm Chart Standardization
Issue-ID: OOM-728
Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to '.helmignore')
-rw-r--r-- | .helmignore | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/.helmignore b/.helmignore index 586046a..f0c1319 100644 --- a/.helmignore +++ b/.helmignore @@ -1,7 +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. - -# k8s scripts -ete-k8s.sh -demo-k8s.sh +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj |