mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
galaxy.yaml: Update build_ignore
Ignore additional files we do not want to be part of the released collection. Also ignore build artifacts in .gitignore. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -136,3 +136,5 @@ dmypy.json
|
|||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
bin/
|
bin/
|
||||||
|
*.tar.gz
|
||||||
|
*.zip
|
||||||
|
|||||||
18
galaxy.yml
18
galaxy.yml
@@ -22,16 +22,24 @@ documentation: https://kubevirt.github.io/kubevirt.core
|
|||||||
homepage: https://kubevirt.io
|
homepage: https://kubevirt.io
|
||||||
issues: https://github.com/kubevirt/kubevirt.core/issues
|
issues: https://github.com/kubevirt/kubevirt.core/issues
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- .gitignore
|
|
||||||
- changelogs/.plugin-cache.yaml
|
|
||||||
- .github
|
|
||||||
- .ansible-lint
|
- .ansible-lint
|
||||||
|
- .git
|
||||||
|
- .gitignore
|
||||||
|
- .github
|
||||||
- .yamllint
|
- .yamllint
|
||||||
|
- bin
|
||||||
|
- changelogs
|
||||||
|
- CODE_OF_CONDUCT.md
|
||||||
|
- CONTRIBUTING.md
|
||||||
|
- examples
|
||||||
|
- hack
|
||||||
|
- Makefile
|
||||||
|
- OWNERS
|
||||||
|
- REVIEW_CHECKLIST.md
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
- '*.zip'
|
- '*.zip'
|
||||||
- molecule
|
|
||||||
- changelogs
|
|
||||||
- docs/_gh_include
|
- docs/_gh_include
|
||||||
- docs/conf.py
|
- docs/conf.py
|
||||||
|
- docs/CONTRIBUTING.md
|
||||||
- docs/roles.rst.template
|
- docs/roles.rst.template
|
||||||
- docs/requirements.yml
|
- docs/requirements.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user