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
|
||||
.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
|
||||
|
Reference in New Issue
Block a user