From 651f16cdb9a4d8521735b760df1058fd059c84d1 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Fri, 28 Feb 2025 14:26:35 +0100 Subject: [PATCH] chore(repo): ignore .cursor config files (#30215) ## Current Behavior ## Expected Behavior Make sure Cursor specific files are not git indexed as MCP servers might be custom. If we ever continue adding cursorfiles etc that are shared for the repo we can have a more fine-grained ignoring. ![image](https://github.com/user-attachments/assets/30343b8e-48bc-4d12-b71b-f7c911f7808d) ## Related Issue(s) Fixes # --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b31b96ae64..efeb213abe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules /.idea /.fleet /.vscode +/.cursor dist /build /coverage