All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m13s
63 lines
483 B
Plaintext
63 lines
483 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
.pnpm-debug.log*
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
dist
|
|
|
|
# Production
|
|
build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# CSV files
|
|
*.csv
|
|
|