Skip to content

Commit

Permalink
akri: Add helmignore to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomasek committed Nov 15, 2023
1 parent 96d9428 commit 35e61a1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/akri/0.10.4/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

0 comments on commit 35e61a1

Please sign in to comment.