|
your-project/
|
|
|
.cursorrules
|
global rules, always applied
committed
|
|
.cursor/ ↓
|
the control center
|
|
rules/
|
modular rule files (.mdc)
|
|
code-style.mdc
|
alwaysApply: true |
|
testing.mdc
|
alwaysApply: true |
|
react-components.mdc
|
globs: ["**/*.tsx"] auto |
|
mcp.json
|
MCP server config
gitignored
|