This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch config/cursor-gitignore in repository https://gitbox.apache.org/repos/asf/struts.git
commit 0b385a6f98cdf59836f294c9f876c82c2f7255ea Author: Lukasz Lenart <[email protected]> AuthorDate: Fri Feb 20 07:20:07 2026 +0100 conf(git): Ignores Cursor related paths --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a397d95f6..85c62f2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,8 @@ test-output # Claude Code local settings .claude/settings.local.json + +# Cursor + Metals +.cursor/ +.bloop/ +.metals/
