first commit
This commit is contained in:
commit
7c46ee6909
107 changed files with 5563 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue