CHORE(app): initial configuration

- Add initial app settings
- Configure base deployment
This commit is contained in:
2025-11-24 22:09:18 +09:00
parent f1fadca73e
commit 8b195378a5
70 changed files with 2694 additions and 21 deletions

54
.dockerignore Normal file
View File

@@ -0,0 +1,54 @@
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