57 lines
639 B
Plaintext
57 lines
639 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
|
|
# Build outputs
|
|
frontend/.next/
|
|
frontend/out/
|
|
frontend/dist/
|
|
frontend/build/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
frontend/.env
|
|
frontend/.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Prisma
|
|
frontend/prisma/migrations/*_*
|
|
!frontend/prisma/migrations/.gitkeep
|
|
|
|
# MinIO data
|
|
minio_data/
|
|
postgres_data/
|
|
|
|
# Misc
|
|
.turbo
|
|
.vercel
|