2e14873f2d
Track application source and tests; exclude local env, user workspaces, and runtime data via .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
151 B
Plaintext
21 lines
151 B
Plaintext
node_modules/
|
|
ops/node_modules/
|
|
dist/
|
|
ops/dist/
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
*.log
|
|
*.pid
|
|
.local/
|
|
|
|
MindSpace/
|
|
data/
|
|
users/
|
|
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|