Skip to content

Commit a2fc10b

Browse files
gotmax23natoscott
authored andcommitted
galaxy.yml: build_ignore unnecessary files
> Packagers should exclude [unnecessary] files, which SHOULD be done by > patching the collection’s galaxy.yml to add these files to the > build_ignore configuration. These files SHOULD NOT be removed with rm. -- https://docs.fedoraproject.org/en-US/packaging-guidelines/Ansible_collections/#_unnecessary_files
1 parent 5305cdb commit a2fc10b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

galaxy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@ tags:
3131
- grafana
3232
- redis
3333
- pcp
34+
build_ignore:
35+
- .github
36+
- .gitignore
37+
- .ansible-lint
38+
- "*.yml"
39+
- ".*.yaml"
40+
- tests
3441

3542
dependencies: {}

0 commit comments

Comments
 (0)