init
This commit is contained in:
53
.dockerignore
Normal file
53
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user