From b3318441d2a2f5b2124a175539ec0d69091a6c6e Mon Sep 17 00:00:00 2001 From: Marcelo Boveto Shima Date: Tue, 18 Jul 2023 13:41:52 -0300 Subject: [PATCH 1/2] add .devcontainer to gitignore. allow customizations without having a dirty tree --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 87aee4cd01bb..bbc8891a0afb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ test/**/*.png jdl/**/*.png test-integration/**/*.png /dist + +# allow customizations without having a dirty tree +.devcontainer From c567e37c6b2df57880f76642735eb09ebfead330 Mon Sep 17 00:00:00 2001 From: Marcelo Boveto Shima Date: Tue, 18 Jul 2023 19:10:36 -0300 Subject: [PATCH 2/2] comment devcontainer config that doesn't work out of the box --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 18cc63929448..d34a1231a7d3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ "mounts": [ // If your system OS/Architecture doesn't matches the container one, you can uncomment the following line and create node_modules_container to keep local and containers node_module usable. // "source=${localWorkspaceFolder}/node_modules_container,target=/workspaces/generator-jhipster/node_modules,type=bind,consistency=cached", - "source=${localWorkspaceFolder}/../jhipster-samples,target=/workspaces/jhipster-samples,type=bind,consistency=cached" + // "source=${localWorkspaceFolder}/../jhipster-samples,target=/workspaces/jhipster-samples,type=bind,consistency=cached" ], "customizations": {