优化:已知问题
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
# 忽略不需要的文件和目录
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env
|
||||
.nyc_output
|
||||
coverage
|
||||
.cache
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# 只保留dist目录和配置文件
|
||||
!dist/
|
||||
!nginx.conf
|
||||
!Dockerfile
|
||||
!docker-compose.yml
|
||||
|
||||
# 忽略开发相关文件
|
||||
src/
|
||||
public/
|
||||
*.md
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 忽略构建缓存
|
||||
.next
|
||||
.nuxt
|
||||
.output
|
||||
.vercel
|
||||
Reference in New Issue
Block a user