collection build should ignore .git files (#68750)

pull/69213/head
anshulbehl 4 years ago committed by GitHub
parent 3f47610d94
commit 42cc3fa923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -844,6 +844,7 @@ def _build_files_manifest(b_collection_path, namespace, name, ignore_patterns):
# patterns can be extended by the build_ignore key in galaxy.yml
b_ignore_patterns = [
b'galaxy.yml',
b'.git',
b'*.pyc',
b'*.retry',
b'tests/output', # Ignore ansible-test result output directory.

Loading…
Cancel
Save