update gitignore (#1632)
.checkstyle files are being tracked which should not be
This commit is contained in:
committed by
GitHub
parent
18a1a725ee
commit
3adc3cda05
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user