From 4649c8d4792216dceaae3788ceaefddfcb4d9403 Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 12 Jun 2025 21:07:35 +0800 Subject: [PATCH] chore: update .gitignore to include .cursor directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b69ad90..e30f1cd 100755 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ todo.md mtrace.json .env .cursorrules +.cursor/ .windsurfrules test.Dockerfile @@ -37,4 +38,4 @@ node_modules/ tsconfig.tsbuildinfo !agent.compose.yml -!agent/pkg/** \ No newline at end of file +!agent/pkg/**