54 lines
520 B
Plaintext
54 lines
520 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
build
|
|
dist
|
|
|
|
# Production
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Development files
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.eslintrc.json
|
|
.prettierrc*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
playwright-report
|
|
test-results
|
|
|
|
# Misc
|
|
.turbo
|
|
*.log
|
|
|
|
# BMAD output (not needed in container)
|
|
_bmad-output
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
deploy.sh
|