mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
d6ec90398c
### Why? As of Cursor [v0.46](https://www.cursor.com/changelog/agent-is-ready-and-ui-refresh), the `.cursorignore` file also skips AI generation in addition to disabling indexing. To disable indexing only, should use `.cursorindexingignore`. I don't think we want to use `.cursorignore` for disabling AI generation, so I just renamed it to `.cursorindexingignore`.
25 lines
461 B
Plaintext
25 lines
461 B
Plaintext
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
|
|
/.*
|
|
/bench/
|
|
/crates/**/tests/
|
|
/docs/
|
|
/errors/
|
|
/examples/
|
|
/packages/create-next-app/templates/
|
|
/packages/next/src/compiled/
|
|
/packages/next-codemod/bin/__testfixtures__/
|
|
/packages/next-codemod/transforms/__testfixtures__/
|
|
/packages/next-codemod/transforms/__tests__/
|
|
/scripts/
|
|
/test/
|
|
/turbo/
|
|
/turbopack/**/tests/
|
|
|
|
**/*.test.*
|
|
**/*.md
|
|
**/*.mdx
|
|
**/*.toml
|
|
**/*.txt
|
|
**/*.yaml
|
|
**/*.yml
|