mirror of
https://github.com/helm/helm.git
synced 2026-08-13 17:07:28 +00:00
This adds a few extra settings to the default .helmignore file. In doing this, I found a bug that some directory patterns are not evaluated correctly. Fixed that and added tests. Closes #989 Closes #1027