29 lines
261 B
Plaintext
29 lines
261 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
Server/node_modules/
|
|
Server/backend/node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cursor
|
|
.cursor/debug.log
|