Spaces:
Sleeping
Sleeping
# Dependencies | |
node_modules | |
npm-debug.log | |
yarn-debug.log | |
yarn-error.log | |
# Next.js | |
.next | |
out | |
# Testing | |
coverage | |
# 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? | |
# Git | |
.git | |
.gitignore | |
# Docker | |
Dockerfile | |
.dockerignore | |
# TypeScript | |
*.tsbuildinfo | |
# Logs | |
logs | |
*.log | |
# Cache | |
.cache |