# 忽略 .git 目录 .git .gitignore pnpm-lock.yaml dist/ # 忽略应设置为容器卷的东西 db/ # 忽略 node_modules 目录,因为它可以基于 package.json 重新生成 node_modules/