...

Text file src/github.com/linkerd/linkerd2/charts/linkerd-control-plane/.helmignore

Documentation: github.com/linkerd/linkerd2/charts/linkerd-control-plane

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

View as plain text