update .gitignore (#1651)

* updated factorypath

* updated gitignore
This commit is contained in:
Subhrodip Mohanta 2021-02-14 14:33:13 +05:30 committed by GitHub
parent 2207ea4ce9
commit b3fc60fe92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

41
.gitignore vendored
View File

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