Remove unnecessary files from collection tarball

pull/66/head
Maxwell G 2021-11-04 16:55:37 -05:00
parent 87a15853fa
commit 49a077790e
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 3 additions and 1 deletions

View File

@ -65,4 +65,6 @@ issues: https://github.com/kewlfft/ansible-aur/issues
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry', # uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered # and '.git' are always filtered
build_ignore: [] build_ignore:
- .github
- .gitignore