From a2ab3727da8de5f2b71eb3b6352cd99731a6f680 Mon Sep 17 00:00:00 2001 From: PePe Amengual <2208324+jamengual@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:02:31 -0700 Subject: [PATCH] chore: add .cursor directory to .gitignore (#5606) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 92cc52110..87e99516d 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ tmp-CHANGELOG.md # playwright test-results/ + +#Cursor dirs +.cursor