Files
todo/.dockerignore
Mayne0213 8b195378a5 CHORE(app): initial configuration
- Add initial app settings
- Configure base deployment
2025-11-24 22:09:18 +09:00

55 lines
472 B
Plaintext

node_modules
.next
.git
.gitignore
.DS_Store
*.log
.env
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode
.idea
*.swp
*.swo
*~
# Build outputs
dist
out
build
# Testing
coverage
.nyc_output
# Docker files
Dockerfile*
docker-compose*
.dockerignore
# Scripts and deployment
scripts/
deploy/
# Documentation
README.md
*.md
# Prisma
prisma/migrations/
# Config files
.editorconfig
.eslintrc.json
.prettierrc
# OS
Thumbs.db
# Trunk
.trunk