Files
vercel__next.js/.cursorindexingignore
T
Jiwon Choi d6ec90398c [repo] misc: rename .cursorignore to .cursorindexingignore (#76494)
### 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`.
2025-02-26 02:41:00 +09:00

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