29 lines
207 B
Plaintext
29 lines
207 B
Plaintext
|
# maven #
|
||
|
target
|
||
|
|
||
|
logs
|
||
|
|
||
|
# windows #
|
||
|
Thumbs.db
|
||
|
|
||
|
# Mac #
|
||
|
.DS_Store
|
||
|
|
||
|
# eclipse #
|
||
|
.settings
|
||
|
.project
|
||
|
.classpath
|
||
|
.log
|
||
|
*.class
|
||
|
|
||
|
# idea #
|
||
|
.idea
|
||
|
*.iml
|
||
|
.flattened-pom.xml
|
||
|
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.ear
|
||
|
/target
|