46 lines
432 B
Plaintext
46 lines
432 B
Plaintext
|
|
# Dependencies
|
|
node_modules
|
|
nextjs_space/node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Next.js
|
|
nextjs_space/.next
|
|
.next
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# 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
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|