feat: 新增 dockerignore
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
node_modules
|
||||||
|
.next
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.DS_Store
|
||||||
|
npm-debug.log
|
||||||
|
yarn.lock
|
||||||
|
pnpm-lock.yaml
|
||||||
|
*.log
|
||||||
|
|
||||||
|
.cursor
|
||||||
|
.trae
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
Dockerfile*
|
||||||
|
docker-compose*.yml
|
||||||
|
|
||||||
|
*.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
*.md
|
||||||
|
*.txt
|
||||||
Reference in New Issue
Block a user