From 5134fc190b68a7dad4e0d298fd9fda6f2bcce1a2 Mon Sep 17 00:00:00 2001 From: Lepre-CHAU-n <71118130+ChauHPham@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:26:59 -0700 Subject: [PATCH] chore: remove .cursor from gitignore (ignore locally if needed) Made-with: Cursor --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index dfaf649..225745c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,9 +25,6 @@ certificates/ .DS_Store *.pem -# Cursor IDE (local/agent rules — do not ship unless team chooses to share) -.cursor/ - # debug npm-debug.log* yarn-debug.log*