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:
parent
a05b05cec0
commit
87d68d31fd
|
|
@ -29,7 +29,8 @@ Thumbs.db
|
|||
# IDE and editor configs
|
||||
.windsurf/
|
||||
.trae/
|
||||
.bmad*/.cursor/
|
||||
.bmad*/
|
||||
.cursor/
|
||||
|
||||
# AI assistant files
|
||||
CLAUDE.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue