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
.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/