40 lines
404 B
Plaintext
40 lines
404 B
Plaintext
# Зависимости
|
|
/node_modules
|
|
/dist
|
|
|
|
# Env файлы
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Логи
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Prisma
|
|
/prisma/*.db
|
|
/prisma/migrations/*
|
|
!/prisma/migrations/.gitkeep
|
|
|
|
# Временные файлы
|
|
*.log
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Тестирование
|
|
/coverage
|
|
|
|
# Production
|
|
/build |