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 <bmadcode@gmail.com>
This commit is contained in:
Armel BOBDA
2025-09-06 22:43:05 +04:00
committed by GitHub
parent a05b05cec0
commit 87d68d31fd

3
.gitignore vendored
View File

@@ -29,7 +29,8 @@ Thumbs.db
# IDE and editor configs
.windsurf/
.trae/
.bmad*/.cursor/
.bmad*/
.cursor/
# AI assistant files
CLAUDE.md