list-of-lp/.dockerignore

52 lines
373 B
Text
Raw 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*
*.log
# Local env files
.env*.local
.env
# Vercel
.vercel
# Typescript
*.tsbuildinfo
# Git
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
*~
# README
README.md
scripts/README.md