This commit is contained in:
Andrey Kondratev
2025-08-28 16:37:59 +05:00
parent 913f833b8c
commit b8e2bf1090
23 changed files with 838 additions and 7 deletions

64
.dockerignore Normal file
View File

@@ -0,0 +1,64 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist
.next
out
build
# Development files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.log
logs
server.log
server.pid
# Version control
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Testing
coverage
.nyc_output
# Temporary files
tmp
temp
.tmp
# Documentation
*.md
docs
# Docker files
Dockerfile*
docker-compose*
.dockerignore
# Misc
.cache
.parcel-cache