From 7048c35138c592b1498ca961f435dc36d5976ce4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 21 May 2025 12:35:39 -0400 Subject: [PATCH] Add .cursor to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a9f80bee..eef3cb91 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,6 @@ src/**/*.html .workspace/ .vscode/ + +# Cursor project files +.cursor