diff --git a/.gitignore b/.gitignore index cbf90267412ef652ca6fe91255ed740068cf2785..027769b635e25b5e3211b2d587f6a2c0d6476803 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,54 @@ +################## Eclipse ###################### target .metadata .settings .classpath .project *.class +tmp/ +*.tmp +*.bak +*~.nib +local.properties +.loadpath +.recommenders -### Package Files ### +####### Java annotation processor (APT) ######## +.factorypath + +################ Package Files ################## *.jar *.war *.ear -.idea -*.iml *.swp datanucleus.log /bin/ *.log event-sourcing/Journal.json -### Checkstyle ### +################## Checkstyle ################### .checkstyle + +##################### STS ####################### +.apt_generated +.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/