From 426b9ce2f2c1279a3761df8e8641e79bb24edb23 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 19 Mar 2024 17:52:37 +0100 Subject: [PATCH] galaxy.yml: Add .gitignores to build_ignore Add .gitignore files to build_ignore since we do not need them in the released collection. Signed-off-by: Felix Matouschek --- galaxy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/galaxy.yml b/galaxy.yml index 5859945..7be9f4b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -41,3 +41,5 @@ build_ignore: - docs/conf.py - docs/roles.rst.template - docs/requirements.txt + - tests/integration/targets/inventory_kubevirt/.gitignore + - tests/integration/targets/kubevirt_vm/.gitignore