From 87d68d31fd7d236cfa88aea8ab453fa304a5bc68 Mon Sep 17 00:00:00 2001 From: Armel BOBDA <132626034+armelhbobdad@users.noreply.github.com> Date: Sat, 6 Sep 2025 22:43:05 +0400 Subject: [PATCH] fix: update .gitignore to correct cursor file entry (#485) This change modifies the .gitignore file to ensure the cursor file is properly ignored by removing the incorrect entry and adding the correct one. This helps maintain a cleaner repository by preventing unnecessary files from being tracked. Co-authored-by: Brian --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a76e85f6..dcfdb613 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,8 @@ Thumbs.db # IDE and editor configs .windsurf/ .trae/ -.bmad*/.cursor/ +.bmad*/ +.cursor/ # AI assistant files CLAUDE.md