Skip to content

Commit

Permalink
Merge pull request #22908 from mshima/skip_ci-devcontainer
Browse files Browse the repository at this point in the history
add .devcontainter to gitignore
  • Loading branch information
DanielFran committed Jul 18, 2023
2 parents a62032b + c567e37 commit 8754bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ test/**/*.png
jdl/**/*.png
test-integration/**/*.png
/dist

# allow customizations without having a dirty tree
.devcontainer

0 comments on commit 8754bcc

Please sign in to comment.