22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
*.retry
|
|
.idea
|
|
*.log
|
|
.cache/
|
|
__pycache__/
|
|
|
|
# temp collection path
|
|
# Can't ignore this directory for now, as the files have to be viewable by git in order to be sanity-checked
|
|
# ansible_collections/
|
|
# Galaxy artifacts.
|
|
*.tar.gz
|
|
|
|
# Changelog cache files.
|
|
changelogs/.plugin-cache.yaml
|
|
|
|
# Temporary test files.
|
|
tests/output
|
|
tests/integration/cloud-config-*
|
|
|
|
# Ignore the ansible_collections that the Makefile generates.
|
|
ansible_collections
|