This commit is contained in:
2025-09-16 15:43:36 +05:00
commit 111cc834dd
17 changed files with 2078 additions and 0 deletions

53
.dockerignore Normal file
View File

@ -0,0 +1,53 @@
# Зависимости
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Сборка
dist
build
# Логи
*.log
# Временные файлы
.tmp
.cache
# IDE файлы
.vscode
.idea
*.swp
*.swo
# OS файлы
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker файлы
Dockerfile*
docker-compose*
.dockerignore
# Документация
README.md
*.md
# Kubernetes файлы
k8s/
# Тестовые файлы
coverage
.nyc_output
# Environment файлы
.env
.env.local
.env.development.local
.env.test.local
.env.production.local