mapstruct/.gitignore
2015-05-27 21:21:55 +02:00

25 lines
218 B
Plaintext

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