From b3fc60fe928ba1d96cad9a0988c215f4866f046d Mon Sep 17 00:00:00 2001 From: Subhrodip Mohanta Date: Sun, 14 Feb 2021 14:33:13 +0530 Subject: [PATCH] update .gitignore (#1651) * updated factorypath * updated gitignore --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cbf902674..027769b63 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/