49 lines
437 B
Plaintext
49 lines
437 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
|
|
# Environment files
|
|
.env*.local
|
|
.env.local
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
README.md
|
|
.eslintrc*
|
|
.prettierrc*
|
|
|
|
# Temporary files
|
|
*.log
|
|
tmp
|
|
temp
|
|
|
|
# Serena files
|
|
.serena |