27 lines
190 B
Plaintext
27 lines
190 B
Plaintext
|
# eclipse
|
||
|
bin/
|
||
|
*.launch
|
||
|
.settings
|
||
|
.metadata
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# idea
|
||
|
out/
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.iml
|
||
|
.idea/*
|
||
|
!.idea/scopes
|
||
|
|
||
|
# gradle
|
||
|
build/
|
||
|
.gradle/
|
||
|
|
||
|
# other
|
||
|
eclipse/
|
||
|
run/
|
||
|
runs/
|
||
|
|
||
|
# deechael
|
||
|
.temp/
|