Skip to content

Commit

Permalink
Merge pull request performancecopilot#41 from gotmax23/build_ignore
Browse files Browse the repository at this point in the history
galaxy.yml: build_ignore unnecessary files
  • Loading branch information
natoscott authored Nov 28, 2022
2 parents 56d7a88 + 75f484b commit 2f036b0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ tags:
- redis
- pcp
build_ignore:
- .ansible-lint
- .github
- .gitignore
- .ansible-lint
- "*.yml"
- ".*.yaml"
- .lgtm.yml
- .yamllint.yml
- .yamllint_defaults.yml
- ansible_pytest_extra_requirements.txt
- custom_requirements.txt
- molecule_extra_requirements.txt
- pylint_extra_requirements.txt
- pytest_extra_requirements.txt
- tests
- tox.ini

dependencies: {}

0 comments on commit 2f036b0

Please sign in to comment.