37 lines
327 B
Plaintext
37 lines
327 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
build
|
|
dist
|
|
|
|
# Development
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
README.md
|
|
LICENSE
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files (will be passed at runtime)
|
|
.env*.local
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*.yml
|
|
|