Commit d04bd427 authored by xiezhi's avatar xiezhi

添加 Maven target 目录到 .gitignore 并更新 devcontainer 配置

parent 557d644e
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
"dockerfile": "Dockerfile" "dockerfile": "Dockerfile"
}, },
"features": { "features": {
// "ghcr.io/devcontainers/features/java:1.6.3": { "ghcr.io/devcontainers/features/java:1.6.3": {
// "version": "17", "version": "17",
// "installMaven": true, "installMaven": true,
// "installGradle": true "installGradle": true
// }, },
"ghcr.io/devcontainers/features/common-utils:2": { "ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true, "installZsh": true,
"configureZshAsDefaultShell": true, "configureZshAsDefaultShell": true,
......
...@@ -4,6 +4,7 @@ npm-debug.log* ...@@ -4,6 +4,7 @@ npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
target/
# 运行时数据 # 运行时数据
pids pids
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment