16 lines
159 B
Plaintext
16 lines
159 B
Plaintext
# Patterns to ignore when building packages.
|
|
.DS_Store
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
.idea/
|
|
*.tmproj
|
|
*.bak
|
|
*.swp
|
|
*.orig
|
|
*~
|
|
# OWNERS file
|
|
OWNERS
|
|
# Helm
|
|
.helmignore
|