Skip to content

chore: ignore Maven target directories#194

Merged
HumanBean17 merged 1 commit into
masterfrom
chore/gitignore-maven-target
May 20, 2026
Merged

chore: ignore Maven target directories#194
HumanBean17 merged 1 commit into
masterfrom
chore/gitignore-maven-target

Conversation

@HumanBean17
Copy link
Copy Markdown
Owner

Summary

  • Add target/ to .gitignore alongside existing build/ (Maven output under tests/bank-chat-system/ and tests/fixtures/).

Why

Local mvn runs produce untracked target/ trees that are not part of the fixture source contract and should not be committed.

Test plan

  • git status no longer lists tests/**/target/ after the change
  • N/A — docs/hygiene only; CI merge gate skips pytest for .gitignore-only changes per tests/README.md

Made with Cursor

Stops local mvn output under tests fixtures from appearing as untracked noise.

Co-authored-by: Cursor <cursoragent@cursor.com>
@HumanBean17 HumanBean17 deleted the chore/gitignore-maven-target branch May 20, 2026 21:14
@HumanBean17 HumanBean17 restored the chore/gitignore-maven-target branch May 20, 2026 21:14
@HumanBean17 HumanBean17 reopened this May 20, 2026
@HumanBean17 HumanBean17 merged commit 7406d1a into master May 20, 2026
2 checks passed
@HumanBean17 HumanBean17 deleted the chore/gitignore-maven-target branch May 23, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant