From 8fd52810a2e64a6d32d6c9564149c56f375ad99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BF=D0=BE=D0=B2?= Date: Sat, 25 Oct 2025 19:35:47 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8=20.cursor=20?= =?UTF-8?q?=D0=B8=D0=B7=20Git=20=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Удалена папка .cursor из Git репозитория (локального и удаленного) - Добавлена папка .cursor в .gitignore для игнорирования в будущем - Очистка репозитория от IDE-специфичных файлов --- .cursor/commands/docs.md | 0 .cursor/commands/roles.md | 0 .gitignore | 3 +++ 3 files changed, 3 insertions(+) delete mode 100644 .cursor/commands/docs.md delete mode 100644 .cursor/commands/roles.md diff --git a/.cursor/commands/docs.md b/.cursor/commands/docs.md deleted file mode 100644 index e69de29..0000000 diff --git a/.cursor/commands/roles.md b/.cursor/commands/roles.md deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 0efb408..92168c6 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +# Cursor IDE +.cursor/ +