mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 15:59:32 +08:00
前后端构建逻辑优化:新增Node.js支持,完善Dockerfile,更新构建与验证流程
This commit is contained in:
22
.dockerignore
Normal file
22
.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
.git
|
||||
.github
|
||||
node_modules
|
||||
**/node_modules
|
||||
data
|
||||
output
|
||||
scripts
|
||||
docs
|
||||
*.md
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
webapp/.vscode
|
||||
webapp/doc
|
||||
webapp/.env*
|
||||
!webapp/.env.production
|
||||
web
|
||||
webapp/dist
|
||||
webapp/node_modules
|
||||
.vscode
|
||||
.idea
|
||||
*.log
|
||||
Reference in New Issue
Block a user