From 3846f102feb9d094cc97638a7d9f216c645e44a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Thu, 29 Dec 2022 17:03:32 +0100 Subject: [PATCH] remove unneeded files from collection tarball (#80) --- galaxy.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 0e8fda5..1cb0b69 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,23 @@ authors: - Max Hösel build_ignore: +- .circleci +- .github +- tests +- CODE_OF_CONDUCT.md +- CONTRIBUTING.md +- pyproject.toml +- tox.ini +- .yamllint +- .ansible-lint +- .pre-commit-config.yaml - '*.tar.gz' - .venv -- .github - .tox - .pytest_cache - scripts +- requirements.txt +- requirements-molecule.txt dependencies: {} description: Roles and modules related to setting up borgbackup and borgmatic software documentation: https://github.com/maxhoesel-ansibleansible-collection-borg