29 lines
258 B
Plaintext
29 lines
258 B
Plaintext
|
# Operating System Files
|
||
|
|
||
|
*.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Build Files #
|
||
|
|
||
|
bin
|
||
|
target
|
||
|
build/
|
||
|
.gradle
|
||
|
|
||
|
# Eclipse Project Files #
|
||
|
|
||
|
.classpath
|
||
|
.project
|
||
|
.settings
|
||
|
|
||
|
# IntelliJ IDEA Files #
|
||
|
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.idea
|
||
|
|
||
|
# Spring Bootstrap artifacts
|
||
|
|
||
|
dependency-reduced-pom.xml
|