23 lines
144 B
Text
23 lines
144 B
Text
|
# eclipse
|
||
|
bin
|
||
|
*.launch
|
||
|
.settings
|
||
|
.metadata
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# idea
|
||
|
out
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.iml
|
||
|
.idea
|
||
|
|
||
|
# gradle
|
||
|
build
|
||
|
.gradle
|
||
|
|
||
|
# other
|
||
|
eclipse
|
||
|
run
|