25 lines
No EOL
378 B
Text
25 lines
No EOL
378 B
Text
# Backend (исключает всю папку backend)
|
|
backend/
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
frontend/node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
frontend/dist/
|
|
backend/dist/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project documentation files
|
|
info/content_management_plan.txt
|
|
info/project_description.txt |