14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
# Patterns to ignore when building packages.
|
|
.DS_Store
|
|
.git/
|
|
.gitignore
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
# Argo CD examples live next to the chart but are not rendered by it.
|
|
argocd/
|