From a9fdfe49b7aaa44fd4599f58dcd97e94847dbcad Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Fri, 8 Mar 2024 16:28:57 +0100 Subject: [PATCH] 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 --- .gitignore | 2 ++ galaxy.yml | 18 +++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b0e1b0e..ee663ba 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,5 @@ dmypy.json .vscode/ .idea/ bin/ +*.tar.gz +*.zip diff --git a/galaxy.yml b/galaxy.yml index d861176..500b6fe 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,16 +22,24 @@ documentation: https://kubevirt.github.io/kubevirt.core homepage: https://kubevirt.io issues: https://github.com/kubevirt/kubevirt.core/issues build_ignore: - - .gitignore - - changelogs/.plugin-cache.yaml - - .github - .ansible-lint + - .git + - .gitignore + - .github - .yamllint + - bin + - changelogs + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md + - examples + - hack + - Makefile + - OWNERS + - REVIEW_CHECKLIST.md - '*.tar.gz' - '*.zip' - - molecule - - changelogs - docs/_gh_include - docs/conf.py + - docs/CONTRIBUTING.md - docs/roles.rst.template - docs/requirements.yml