From ca768729978369f920a6af79e87749953a7d9517 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 29 Aug 2024 20:59:22 +0200 Subject: [PATCH] fix: do not package actions and assets into build --- galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 2642099..39f3cc9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,7 +22,8 @@ issues: http://example.com/issue/tracker # uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry', # and '.git' are always filtered. Mutually exclusive with 'manifest' build_ignore: - - assets/* + - assets** + - .gitea** # A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a # list of MANIFEST.in style # L(directives,https://packaging.python.org/en/latest/guides/using-manifest-in/#manifest-in-commands). The key