From 6ae0c4b9b25b8e8c068cb2bbd91d78b49930ee32 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Thu, 8 May 2025 08:59:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0cursor=20codebase=20?= =?UTF-8?q?indexing=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursorignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .cursorignore diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 00000000..e5aaf116 --- /dev/null +++ b/.cursorignore @@ -0,0 +1,17 @@ +# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv) +/OpenAuth.App/bin +/OpenAuth.App/obj +/OpenAuth.Mvc/bin +/OpenAuth.Mvc/obj +/OpenAuth.WebApi/bin +/OpenAuth.WebApi/obj +/Infrastructure/bin +/Infrastructure/obj +/OpenAuth.Identity/bin +/OpenAuth.Identity/obj +/newdocs/node_modules +/newdocs/docs/.vuepress/.cache +/newdocs/docs/.vuepress/.temp +/newdocs/docs/.vuepress/dist + +