From 7bb7340a57a4e6864262452fc7497d097e93d180 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 24 Apr 2025 10:44:12 +0100 Subject: [PATCH] chore: Ignore .cursor directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0a4095ab..dad717aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ dist/ .DS_Store # Local Documentation (Not for Repo) -RELEASE_PROCEDURE.md \ No newline at end of file +RELEASE_PROCEDURE.md + +# Cursor IDE configuration/rules +.cursor/ \ No newline at end of file