From 914edb764fe52f7a48c9aa125dffed1b364ec25e Mon Sep 17 00:00:00 2001 From: JayShortway <29483617+JayShortway@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:19:55 +0200 Subject: [PATCH] Adds .index-build to .gitignore. (#4366) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7db89dc277..972fcfd85f 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,7 @@ fastlane/.env .vscode/settings.json # Local build settings -Local.xcconfig \ No newline at end of file +Local.xcconfig + +# Gets created when Cursor is used with the sswg Swift extension +/.index-build/ \ No newline at end of file