Files
community.okd/.gitignore
Gonéri Le Bouder ffe6025fe9 gitignore: ansible_collections dir is used by the Makefile (#114)
Ignore the ansible_collections directory. This directory is used to
prepare the collections, before the Makefile call molecule.
2021-09-21 13:05:06 -04:00

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