From 2d5cad0e119509b65bf8bc88d577b8ad5c06b0db Mon Sep 17 00:00:00 2001 From: Ahmed Al Salih Date: Mon, 25 Apr 2022 03:31:06 -0400 Subject: [PATCH 1/2] Update .gitignore Add to the ignore file the VScode IDE meta data. --- springboot2-jpa-crud-example/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/ From db6b48888c11e67e27ea8e067d35ad5408761663 Mon Sep 17 00:00:00 2001 From: Ahmed Al Salih Date: Mon, 25 Apr 2022 03:41:07 -0400 Subject: [PATCH 2/2] Update .gitignore