chore: update dockerignore (#30460)

This commit is contained in:
hsiong 2026-01-05 10:55:14 +08:00 committed by GitHub
parent d0564ac63c
commit 4bb08b93d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,8 +7,12 @@ logs
# node # node
node_modules node_modules
dist
build
coverage
.husky .husky
.next .next
.pnpm-store
# vscode # vscode
.vscode .vscode
@ -22,3 +26,7 @@ node_modules
# Jetbrains # Jetbrains
.idea .idea
# git
.git
.gitignore