mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
For some reason when using annotationProcessorPaths IntelliJ includes the provided and test scoped dependencies on the annotation processor paths. With this change there would be no test dependencies that IntelliJ can add.
28 lines
268 B
Plaintext
28 lines
268 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
|
|
.flattened-pom.xml
|