31 lines
241 B
Plaintext
31 lines
241 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Debug
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |