From 2025022e24230a12d7aa21c16a0bc57041f20980 Mon Sep 17 00:00:00 2001 From: Cyril TOVENA Date: Wed, 23 May 2018 12:29:17 -0400 Subject: [PATCH] add helm ignore file --- .gitignore | 1 + install/helm/agones/.helmignore | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 install/helm/agones/.helmignore diff --git a/.gitignore b/.gitignore index ca3f23422f..a1118e1b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ .* !.gitignore +!.helmignore !.gitattributes *.iml bin diff --git a/install/helm/agones/.helmignore b/install/helm/agones/.helmignore new file mode 100644 index 0000000000..542b3390d8 --- /dev/null +++ b/install/helm/agones/.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 \ No newline at end of file