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