mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
The checkstyle plugin for Eclipse creates a .checkstyle file, which should never be checked in to git. Added to .gitignore.
21 lines
211 B
Plaintext
21 lines
211 B
Plaintext
# Maven build files
|
|
target
|
|
*.log
|
|
maven-eclipse.xml
|
|
build.properties
|
|
site-content
|
|
*~
|
|
|
|
# IntelliJ IDEA files
|
|
.idea
|
|
.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Eclipse files
|
|
.settings
|
|
.classpath
|
|
.project
|
|
.externalToolBuilders
|
|
.checkstyle
|