나의 사이트 수정
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user