45 lines
357 B
Plaintext
45 lines
357 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log
|
||
|
|
yarn-error.log
|
||
|
|
pnpm-debug.log
|
||
|
|
|
||
|
|
# Next.js
|
||
|
|
.next
|
||
|
|
out
|
||
|
|
|
||
|
|
# Environment variables
|
||
|
|
.env
|
||
|
|
.env*.local
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
README.md
|
||
|
|
PLAN.md
|
||
|
|
*.md
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.log
|