Skip to content

Commit

Permalink
Add missing .helmignore back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ants committed Nov 8, 2024
1 parent 413ef74 commit 4a75785
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .helmignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a75785

Please sign in to comment.