mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 00:44:40 +00:00
* CI - configure precommit hook to block commit when files from .claude/ and/or .vscode/ directories are staged
* fix sanity issue - shebang
* Remove local hook and update documentation
(cherry picked from commit a4fc40732a)
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
32 lines
499 B
Plaintext
32 lines
499 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
|
|
|
|
# IDE and editor settings
|
|
.vscode/
|
|
.claude/
|
|
|
|
# Root coverage report for SonarCloud (generated locally or in CI)
|
|
/coverage.xml
|