mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
22 lines
315 B
Plaintext
22 lines
315 B
Plaintext
*.retry
|
|
.idea
|
|
*.log
|
|
__pycache__/
|
|
|
|
# Galaxy artifacts.
|
|
*.tar.gz
|
|
|
|
# Changelog cache files.
|
|
changelogs/.plugin-cache.yaml
|
|
|
|
# Temporary test files.
|
|
tests/output
|
|
tests/integration/cloud-config-*
|
|
.cache
|
|
|
|
tests/integration/*-chart-*.tgz
|
|
|
|
# ansible-test generated file
|
|
tests/integration/inventory
|
|
tests/integration/*-*.yml
|