From e60e87c5e359d98e00ae509c4efe897726a5d698 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Thu, 22 Feb 2024 23:33:07 +0400 Subject: [PATCH] release: do not include new dev files in release artifact Signed-off-by: Zakhar Bessarab --- galaxy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/galaxy.yml b/galaxy.yml index 642996c..cd5c00e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,6 +19,8 @@ build_ignore: - inventory_example - Vagrantfile - '*.tar.gz' + - Makefile + - requirements.txt homepage: "https://github.com/VictoriaMetrics/ansible-playbooks" documentation: "https://github.com/VictoriaMetrics/ansible-playbooks" issues: "https://github.com/VictoriaMetrics/ansible-playbooks/issues"