Files

42 lines
497 B
Plaintext

# Зависимости
node_modules/
.pnp
.pnp.js
.yarn/install-state.gz
# Сборка Next.js
.next/
out/
build/
dist/
# Переменные окружения
.env
.env.*
!.env.example
# Отладочные логи
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# Кэш и временные файлы
.cache/
.swc/
.turbo/
# IDE и ОС
.DS_Store
Thumbs.db
.idea/
.vscode/
# Тестовое покрытие
coverage/
.nyc_output/
# TypeScript
*.tsbuildinfo
next-env.d.ts