From dd80064be6edf45b0d93aa1881db5de4e3789840 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 26 Jun 2025 00:38:51 +0200 Subject: [PATCH] chore: update .gitignore to include cursor files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe0f362..7864700 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,8 @@ node_modules .cursorignore .turbo -*.env \ No newline at end of file +*.env + +# cursor + +.cursor/ \ No newline at end of file