- Rename project_order.json to order_project.json for consistency with order_ads.json naming convention - Update all references in ProjectService and ProjectsController
43 lines
408 B
Plaintext
43 lines
408 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
ai/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.upload
|
|
|
|
# Build artifacts
|
|
/backend/public/static/
|
|
/frontend/build/
|
|
/build_temp/
|
|
/deployment/build/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Media files
|
|
area/
|
|
|
|
# Cache files
|
|
*.cache
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Deployment
|
|
.env.upload
|
|
*.code-workspace |