mapstruct/.gitignore
Filip Hrisafov 73a79cf009 #1857 Use flatten-maven-plugin to remove test dependencies from released pom
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.
2020-05-17 18:45:05 +02:00

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