Files
kubernetes.core/.gitignore
Bianca Henderson 3328d3dfd8 [ACA-5027] Configure SonarQube Cloud (#1116)
* Configure SonarQube Cloud

* Update workflow file and add info to README

* Resolve sanity errors

* Add pinned version details to sonarcloud.yml

(cherry picked from commit c2cfa51655)
2026-05-15 19:31:51 +00:00

30 lines
449 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
# 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