mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
25 lines
218 B
Plaintext
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
|