- .dockerignore 및 docker-compose.yml을 docker/ 디렉토리로 이동 - Makefile의 docker-compose 명령어 경로 업데이트 - .vite/ 폴더를 git 추적에서 제거 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
143 B
Plaintext
14 lines
143 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
dist
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
.DS_Store
|
|
coverage
|
|
.nyc_output
|
|
*.log |