.helmignore 302 B

1234567891011121314151617
  1. # Patterns to ignore when building packages.
  2. # This supports shell glob matching, relative path matching, and
  3. # negation (prefixed with !). Only one pattern per line.
  4. .DS_Store
  5. # Common VCS dirs
  6. .git/
  7. .gitignore
  8. # Common backup files
  9. *.swp
  10. *.bak
  11. *.tmp
  12. *~
  13. # Various IDEs
  14. .project
  15. .idea/
  16. *.tmproj
  17. OWNERS