summaryrefslogtreecommitdiffstats
path: root/0001-Exclude-unnecessary-files-from-built-collection.patch
blob: bbf2bc33e8f0af09f8c01711797fe6192c235e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
+
 ...