Skip to content

Commit

Permalink
galaxy.yml: build_ignore unnecessary files
Browse files Browse the repository at this point in the history
> 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
  • Loading branch information
gotmax23 authored and natoscott committed Nov 28, 2022
1 parent 5305cdb commit a2fc10b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ tags:
- grafana
- redis
- pcp
build_ignore:
- .github
- .gitignore
- .ansible-lint
- "*.yml"
- ".*.yaml"
- tests

dependencies: {}

0 comments on commit a2fc10b

Please sign in to comment.