MOPC-App/.dockerignore

45 lines
367 B
Plaintext
Raw Permalink Normal View History

# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Next.js
.next
out
# Production
build
dist
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea
.vscode
*.swp
*.swo
# Git
.git
.gitignore
# Docker
docker-output.txt