42 lines
510 B
Plaintext
42 lines
510 B
Plaintext
# 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
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
*~
|
|
|
|
# Helm specific
|
|
.helmignore
|
|
|
|
# CI/CD
|
|
.github/
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
azure-pipelines.yml
|
|
|
|
# Documentation
|
|
README.md
|
|
CONTRIBUTING.md
|
|
docs/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Testing
|
|
test/
|
|
tests/
|
|
*.test.yaml
|