diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-01-24 19:31:36 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-01-24 19:31:36 +0100 |
commit | d43e1f5f5c0d70ca1b0ed4eed4b5364bf53e5685 (patch) | |
tree | 5a290c97a688a1df682ecc148b914998748d27e8 /Year_3/TSDWL/SPRING/petshop/.gitignore | |
parent | 0a58e131ce0d96ecd60c4daf2c41821a625d689b (diff) |
add example in spring
Diffstat (limited to 'Year_3/TSDWL/SPRING/petshop/.gitignore')
-rw-r--r-- | Year_3/TSDWL/SPRING/petshop/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
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/ |