Ignore eclipse-cs generated file
The checkstyle plugin for Eclipse creates a .checkstyle file, which should never be checked in to git. Added to .gitignore.
This commit is contained in:
parent
7cf5e01c2a
commit
021e4dfb50
|
@ -17,3 +17,4 @@ site-content
|
|||
.classpath
|
||||
.project
|
||||
.externalToolBuilders
|
||||
.checkstyle
|
||||
|
|
Loading…
Reference in New Issue