diff --git a/.gitignore b/.gitignore index 525681c..5a2ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,31 @@ /target/ /.classpath /.project +/.settings/ +/bin/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea/ +*.iws +*.ipr +*.iml + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/build/ + +### VS Code ### +.vscode/