From 4881dde9c1c3820d6b16fe38674782af5e1b158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Thu, 29 Dec 2022 17:35:15 +0100 Subject: [PATCH] slim down collection tarball --- galaxy.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index aa5cd94..3d4a8e9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,25 @@ 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 +- '**/requirements-molecule.txt' +- '**/requirements.txt' dependencies: {} description: Manage Pterodactyl panel and wings hosts documentation: https://github.com/maxhoesel/ansible-collection-pterodactyl