diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-01-24 19:34:43 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-01-24 19:34:43 +0100 |
commit | be0b89e3ce73018e1fb437905e1cf26bf26a9927 (patch) | |
tree | 417339db63dda995e64803b1d3867ffa481248c2 /Year_3/TSDWL/SPRING/bank/bookstore/.gitignore | |
parent | 710f54c0156c5fa081bc6af1a68e7cb44723939b (diff) |
add example in spring
Diffstat (limited to 'Year_3/TSDWL/SPRING/bank/bookstore/.gitignore')
-rw-r--r-- | Year_3/TSDWL/SPRING/bank/bookstore/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Year_3/TSDWL/SPRING/bank/bookstore/.gitignore b/Year_3/TSDWL/SPRING/bank/bookstore/.gitignore new file mode 100644 index 0000000..549e00a --- /dev/null +++ b/Year_3/TSDWL/SPRING/bank/bookstore/.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/ |