From c0c1548dda265b6be7784d744a022dc6f47aeb95 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Thu, 8 Jan 2026 21:38:09 +0300 Subject: [PATCH] Ignore Cursor plans --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6527ab..6f7251c 100644 --- a/.gitignore +++ b/.gitignore @@ -575,4 +575,6 @@ backend/alembic/** !backend/alembic/env.py !backend/alembic/script.py.mako !frontend/src/css/lib -**/*.module.scss.d.ts \ No newline at end of file +**/*.module.scss.d.ts + +.cursor/plans \ No newline at end of file