mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
19 lines
353 B
Plaintext
19 lines
353 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-*
|