나의 사이트 수정

This commit is contained in:
2026-09-04 01:44:59 +09:00
parent 78c2ce676a
commit eeb14b40cb
15 changed files with 1054 additions and 405 deletions

23
.dockerignore Normal file
View File

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