.helmignore 378 B

123456789101112131415161718192021222324
  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. # OWNERS file for Kubernetes
  5. OWNERS
  6. .DS_Store
  7. # Common VCS dirs
  8. .git/
  9. .gitignore
  10. .bzr/
  11. .bzrignore
  12. .hg/
  13. .hgignore
  14. .svn/
  15. # Common backup files
  16. *.swp
  17. *.bak
  18. *.tmp
  19. *~
  20. # Various IDEs
  21. .project
  22. .idea/
  23. *.tmproj
  24. .vscode/