From 20212b74813dab58d39af8bf95be1f56a4177b98 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Fri, 6 Nov 2020 20:32:43 +0100 Subject: [PATCH] add build ignore files to galaxy.yml --- galaxy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/galaxy.yml b/galaxy.yml index b5f142e9a..2e242be38 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -69,3 +69,17 @@ homepage: https://dev-sec.io/ # The URL to the collection issue tracker issues: https://github.com/dev-sec/ansible-os-hardening/issues + +# ignore files not needed for release +build_ignore: + - codecov.yml + - .github + - .gitattributes + - .gitignore + - hacking + - requirements.txt + - test-requirements.txt + - tests + - .tox + - tox.ini + - .yamllint