add: docker 打包
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
.git
|
||||
.github
|
||||
.idea
|
||||
.vscode
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Build outputs
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
out/
|
||||
|
||||
# Archives & temp
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.rar
|
||||
*.7z
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
~*
|
||||
|
||||
# Optional: exclude non-runtime assets
|
||||
Organized/
|
||||
ThirdPartyCompatibleFormats/
|
||||
Reference in New Issue
Block a user