update gitignore (#1632)

.checkstyle files are being tracked which should not be
This commit is contained in:
Subhrodip Mohanta
2021-01-24 14:47:05 +05:30
committed by GitHub
parent 18a1a725ee
commit 3adc3cda05

8
.gitignore vendored
View File

@ -4,7 +4,8 @@ target
.classpath
.project
*.class
# Package Files #
### Package Files ###
*.jar
*.war
*.ear
@ -13,7 +14,8 @@ target
*.swp
datanucleus.log
/bin/
/bin/
/bin/
*.log
event-sourcing/Journal.json
### Checkstyle ###
.checkstyle