diff --git a/springboot2-jpa-crud-example/.gitignore b/springboot2-jpa-crud-example/.gitignore index 82eca33..718ecf2 100644 --- a/springboot2-jpa-crud-example/.gitignore +++ b/springboot2-jpa-crud-example/.gitignore @@ -22,4 +22,7 @@ /nbbuild/ /dist/ /nbdist/ -/.nb-gradle/ \ No newline at end of file +/.nb-gradle/ + +### VS Code ### +.vscode/