Skip to content

Commit

Permalink
add build ignore files to galaxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Nov 6, 2020
1 parent a6f2ca5 commit 20212b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ homepage: https://dev-sec.io/

# The URL to the collection issue tracker
issues: https://github.com/dev-sec/ansible-os-hardening/issues

# ignore files not needed for release
build_ignore:
- codecov.yml
- .github
- .gitattributes
- .gitignore
- hacking
- requirements.txt
- test-requirements.txt
- tests
- .tox
- tox.ini
- .yamllint

0 comments on commit 20212b7

Please sign in to comment.