mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 17:04:40 +00:00
* Manual backport of SonarQube configuration to stable-6 branch * Add CI.md and align README with collection standards (#1124) Include CI.md from #1124 and update README.md to match the Red Hat Ansible Certified Collection layout from main, with stable-6 branch references for repository links. Co-authored-by: Cursor <cursoragent@cursor.com> * Revert changes to some README links --------- Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
483 B
Plaintext
31 lines
483 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
|
|
.ansible
|
|
|
|
# Helm charts
|
|
tests/integration/*-chart-*.tgz
|
|
tests/integration/targets/*/*.tgz
|
|
|
|
# ansible-test generated file
|
|
tests/integration/inventory
|
|
tests/integration/*-*.yml
|
|
|
|
# VS Code settings
|
|
.vscode/
|
|
|
|
# Root coverage report for SonarCloud (generated locally or in CI)
|
|
/coverage.xml
|