Files
Genesis_GameServer/.dockerignore
2026-09-04 01:44:59 +09:00

24 lines
436 B
Plaintext

# 빌드 컨텍스트에서 제외할 것들.
# 특히 wwwroot/uploads 는 올려 둔 사진이 수십 MB 라 이미지에 들어가면 안 된다.
**/bin
**/obj
**/.vs
**/.vscode
**/.git
**/.gitignore
**/node_modules
**/*.user
**/*.suo
# 업로드된 사진은 볼륨으로 관리한다. 이미지에 굽지 않는다.
GameServer/wwwroot/uploads/
# 비밀값
.env
**/appsettings.Development.json
# 문서·산출물
README.md
*.md