Skip to content

Commit 7954615

Browse files
nanotaboadaclaude
andcommitted
chore(docker): update .dockerignore with AI tooling files (#293)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 94932f3 commit 7954615

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.claude/commands/pre-commit.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Run the pre-commit checklist for this project:
55
1. Update `CHANGELOG.md` `[Unreleased]` section — add an entry under the appropriate subsection (Added / Changed / Fixed / Removed) describing the changes made, referencing the issue number.
66
2. Run `./mvnw clean install` — must succeed with no compilation warnings and all tests passing.
77
3. Remind me to open `target/site/jacoco/index.html` to verify coverage after the build completes.
8-
4. If `coderabbit` CLI is installed, run `coderabbit review --type uncommitted --prompt-only`:
8+
4. If Docker is running, run `docker compose build` — must succeed with no
9+
errors. Skip this step with a note if Docker Desktop is not running.
10+
5. If `coderabbit` CLI is installed, run `coderabbit review --type uncommitted --prompt-only`:
911
- If actionable/serious findings are reported, stop and address them before proposing the commit.
1012
- If only nitpick-level findings, report them and continue to the commit proposal.
1113
- If `coderabbit` is not installed, skip this step with a note.
1214

13-
Run steps 1–3, report the results clearly, then run step 4 (CodeRabbit review) if available, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.
15+
Run steps 1–4, report the results clearly, then run step 5 (CodeRabbit review) if available, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
target
55
.gitignore
66
azure-pipelines.yml
7+
CHANGELOG.md
8+
.claude/
9+
CLAUDE.md
10+
.coderabbit.yaml
711
CODE_OF_CONDUCT.md
812
codecov.yml
913
CONTRIBUTING.md
1014
LICENSE
1115
mvnw
1216
mvnw.cmd
17+
.sonarcloud.properties

0 commit comments

Comments
 (0)