Update documentation for Cluster-API and Flux
[icn.git] / deploy / cluster / .helmignore
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
5 addons/
6 clusters.sh
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 *.orig
20 *~
21 # Various IDEs
22 .project
23 .idea/
24 *.tmproj
25 .vscode/