From 8d96ff785335c6be68e1c54c77d01b36d64adbf0 Mon Sep 17 00:00:00 2001 From: intlabs Date: Fri, 27 Oct 2017 14:01:45 -0500 Subject: [PATCH] Helm: remove unused .helmignore file This ps removes the extranious .helmignore file from the root of the Dry-Dock repo. Change-Id: I40d81fde9558cd6c9b52eb5732ef42bf3d02d9ba --- .helmignore | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .helmignore diff --git a/.helmignore b/.helmignore deleted file mode 100644 index f0c13194..00000000 --- a/.helmignore +++ /dev/null @@ -1,21 +0,0 @@ -# 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