From d43e1f5f5c0d70ca1b0ed4eed4b5364bf53e5685 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:31:36 +0100 Subject: add example in spring --- Year_3/TSDWL/SPRING/petshop/.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Year_3/TSDWL/SPRING/petshop/.gitignore (limited to 'Year_3/TSDWL/SPRING/petshop/.gitignore') diff --git a/Year_3/TSDWL/SPRING/petshop/.gitignore b/Year_3/TSDWL/SPRING/petshop/.gitignore new file mode 100644 index 0000000..549e00a --- /dev/null +++ b/Year_3/TSDWL/SPRING/petshop/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ -- cgit v1.2.3-18-g5258