diff options
Diffstat (limited to '0001-Exclude-unnecessary-files-from-built-collection.patch')
-rw-r--r-- | 0001-Exclude-unnecessary-files-from-built-collection.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/0001-Exclude-unnecessary-files-from-built-collection.patch b/0001-Exclude-unnecessary-files-from-built-collection.patch new file mode 100644 index 0000000..bbf2bc3 --- /dev/null +++ b/0001-Exclude-unnecessary-files-from-built-collection.patch @@ -0,0 +1,23 @@ +--- galaxy_collection-2.0.3/galaxy.yml 2023-09-14 13:13:28.014271452 -0400 ++++ galaxy_collection-2.0.3/galaxy.yml 2023-09-14 15:31:02.673914728 -0400 +@@ -28,4 +28,20 @@ + - template_galaxy.yml + - '*.tar.gz' + - test ++ - .ansible-lint ++ - .flake8 ++ - .github ++ - .gitignore ++ - .markdownlint.yml ++ - .mlc_config.json ++ - .pre-commit-config.yaml ++ - .yamllint.yml ++ - changelogs ++ - "CHANGELOG.rst*" ++ - README.md ++ - COPYING ++ - LICENSES ++ - .reuse ++ - STANDARDS.md ++ + ... |