mapstruct/.gitignore
Filip Hrisafov 95ceba1a1e #2016 Update Checkstyle to 8.29
Adapt checkstyle configuration with new changes:
* Move cacheFile to Checker module
* Move LineLength to Checker module
* Use SuppressWithPlainTextCommentFilter
2020-02-02 14:33:45 +01:00

27 lines
249 B
Plaintext

# Eclipse
.metadata
.recommenders
.classpath
.project
.settings
.factorypath
.checkstyle
.externalToolBuilders
# IntelliJ
*.iml
*.ipr
*.iws
.idea
# Netbeans
nb-configuration.xml
# Build
/**/target/
test-output
# Misc.
.DS_Store
checkstyle.cache