borinquenkid commented on code in PR #15568: URL: https://github.com/apache/grails-core/pull/15568#discussion_r3439400854
########## .gitignore: ########## @@ -63,3 +64,9 @@ tmp/ !etc/bin etc/bin/results .vscode/ +STATE_SNAPSHOT.xml Review Comment: The text/markdown AI artefact files (`AGENTS.md`, `ISSUES.md`, and the `plans/` directory) have all been removed from the branch in prior cleanup commits, so there's nothing left to relocate. The `node_modules/**` RAT exclusion that referred to local MCP tool installations has been moved to `.gitignore` instead, which is the correct place for local-only ignores that should not affect CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
