Spaces:
Sleeping
Sleeping
# Dependencies | |
/node_modules | |
/.pnp | |
.pnp.js | |
# Testing | |
/coverage | |
# Next.js | |
/.next/ | |
/out/ | |
# Production | |
/build | |
/dist | |
# Misc | |
.DS_Store | |
*.pem | |
.env | |
.env.local | |
.env.development.local | |
.env.test.local | |
.env.production.local | |
# Debug | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
# IDE | |
.idea | |
.vscode | |
*.suo | |
*.ntvs* | |
*.njsproj | |
*.sln | |
*.sw? | |
# Vercel | |
.vercel | |
# TypeScript | |
*.tsbuildinfo | |
next-env.d.ts | |
# Cache | |
.cache |