Phase 7. 배포 환경 구성 작업 진행

This commit is contained in:
2026-06-11 10:58:27 +09:00
parent 605f6bcdf0
commit 976fe42a2a
8 changed files with 171 additions and 6 deletions
+21
View File
@@ -0,0 +1,21 @@
.env
.env.*
!.env.example
.git
.gitignore
.next
.pnpm-store
.turbo
.DS_Store
.idea
.claude
coverage
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
Dockerfile
docker-compose.yml
README.md
docs