From 49a077790ecba114ab9a3b34648c58d172ab6083 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 4 Nov 2021 16:55:37 -0500 Subject: [PATCH] Remove unnecessary files from collection tarball --- galaxy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 105b933..45ba65c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -65,4 +65,6 @@ issues: https://github.com/kewlfft/ansible-aur/issues # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This # uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry', # and '.git' are always filtered -build_ignore: [] +build_ignore: + - .github + - .gitignore