Helm Chart .helmignore

From NovaOrdis Knowledge Base
Revision as of 23:41, 28 August 2019 by Ovidiu (talk | contribs) (Created page with "=Internal= * Helm Concepts =Overview= =Example= <syntaxhighlight lang='text'> # Patterns to ignore when building packages. # This supports sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Example

# 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
.vscode/