refactor: add dockerignore for docker build context

This commit is contained in:
2026-01-05 10:12:10 +08:00
parent 398c716734
commit bf6b8cf2c6

37
.dockerignore Normal file
View File

@@ -0,0 +1,37 @@
.git/
.gitignore
.gitattributes
.gitmodules
.github/
.svn/
.hg/
.vs/
.idea/
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
**/*.csproj.user
**/bin/
**/obj/
**/TestResults/
**/coverage/
**/artifacts/
**/node_modules/
**/bower_components/
**/dist/
**/build/
**/.next/
**/.nuxt/
**/.output/
*.log
*.tmp
*.temp
*.swp
*.bak
*.cache
*.pid
*.pdb
.DS_Store
Thumbs.db