Keep editor-specific .cursor/rules/ out of version control. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
209 B
Plaintext
Executable File
19 lines
209 B
Plaintext
Executable File
# Dependency directories
|
|
node_modules/
|
|
|
|
# Production build outputs
|
|
dist/
|
|
client/dist/
|
|
server/dist/
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.log
|
|
|
|
userfeedback/
|
|
|
|
# Cursor IDE local rules
|
|
.cursor/rules/
|