Skip to content

Exclude .local-notes from git and RAT#761

Merged
sergehuber merged 1 commit into
masterfrom
chore/local-notes-gitignore-rat
May 19, 2026
Merged

Exclude .local-notes from git and RAT#761
sergehuber merged 1 commit into
masterfrom
chore/local-notes-gitignore-rat

Conversation

@sergehuber
Copy link
Copy Markdown
Contributor

Summary

  • Add /.local-notes/ to .gitignore (local developer notes, not release artifacts).
  • Exclude **/.local-notes/** from the default rat profile so mvn install is not blocked when that directory exists locally.

Why

Stack-extraction tracker and similar files live under .local-notes/ without Apache license headers. RAT fails with “Too many files with unapproved license” when the directory is present in the working tree.

Test plan

  • mvn -Prat org.apache.rat:apache-rat-plugin:check
  • Build with .local-notes/ present locally — no RAT failure

No functional or integration-test changes. After merge, sync the Git Town stack to pick up this commit.

Local stack-extraction notes are developer-only; ignore the directory
and skip RAT so builds are not blocked by unlicensed markdown.
@sergehuber sergehuber requested a review from Copilot May 19, 2026 06:35
@sergehuber sergehuber merged commit d96f907 into master May 19, 2026
3 of 4 checks passed
@sergehuber sergehuber deleted the chore/local-notes-gitignore-rat branch May 19, 2026 06:44
@sergehuber sergehuber review requested due to automatic review settings May 19, 2026 06:58
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