Skip to content

Commit 9de4520

Browse files
committed
Update .cursorindexingignore for better AI indexing
- Modify markdown file exclusions to preserve documentation - Add comment explaining documentation indexing strategy - Remove unnecessary README exclusions - Retain README_by_create_react.md exclusion
1 parent 86e80d4 commit 9de4520

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cursorindexingignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ __fixtures__/
3838
/cypress/fixtures
3939

4040
# Documentation
41+
# Currently most of my md files contain useful information for ai.
4142
/docs
42-
*.md
43-
!README.md
43+
!docs/**/*.md
44+
README_by_create_react.md
4445

4546
# Large lock files that slow down indexing
4647
package-lock.json

0 commit comments

Comments
 (0)