From 182c00c083c79b50d6c54f8033faf6b8b079849c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 20 Feb 2026 07:24:15 +0100 Subject: [PATCH] conf(git): Ignores Cursor related paths (#1585) --- .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/