45 lines
367 B
Plaintext
45 lines
367 B
Plaintext
|
|
# 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
|