From 1ae058db633c2cb6c26d6cbca314a87fc195a1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 20 Feb 2026 19:14:00 +0100 Subject: [PATCH] reduce collection build time with build_ignore (#11523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * reduce build time with build_ignore Signed-off-by: Thomas Sjögren * just ignore .nox Signed-off-by: Thomas Sjögren --------- Signed-off-by: Thomas Sjögren --- galaxy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/galaxy.yml b/galaxy.yml index 45e2861202..f1b1fc621d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,3 +19,5 @@ repository: https://github.com/ansible-collections/community.general documentation: https://docs.ansible.com/projects/ansible/latest/collections/community/general/ homepage: https://github.com/ansible-collections/community.general issues: https://github.com/ansible-collections/community.general/issues +build_ignore: + - .nox