Skip to content

Commit 2bc290e

Browse files
nanotaboadaclaude
andcommitted
chore(docker): update .dockerignore with AI tooling files (#554)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 08cdecc commit 2bc290e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@
66
.vscode/
77
htmlcov/
88
postman-collections/
9+
.claude/
10+
CLAUDE.md
911
.codacy.yml
12+
.coderabbit.yaml
1013
.coverage
1114
.coveragerc
1215
.flake8
1316
.gitignore
1417
.pylintrc
18+
CHANGELOG.md
1519
CODE_OF_CONDUCT.md
1620
codecov.yml
1721
commitlint.config.mjs
1822
CONTRIBUTING.md
1923
coverage.xml
2024
LICENSE
25+
README.md
26+
.sonarcloud.properties
2127
/tests/
2228
__pycache__/
2329
*.pyc

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ This project uses famous football coaches as release codenames, following an A-Z
4646

4747
- `.sonarcloud.properties`: SonarCloud Automatic Analysis configuration —
4848
sources, tests, coverage exclusions aligned with `codecov.yml` (#554)
49+
- `.dockerignore`: added `.claude/`, `CLAUDE.md`, `.coderabbit.yaml`,
50+
`.sonarcloud.properties`, `CHANGELOG.md`, `README.md` (#554)
4951
- CD workflow now verifies tag commit is reachable from `master` before
5052
proceeding with build and publish steps (#549)
5153

0 commit comments

Comments
 (0)