forked from me/e4mc_minecraft
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
257 B
33 lines
257 B
2 years ago
|
# eclipse
|
||
|
eclipse
|
||
|
bin
|
||
|
*.launch
|
||
|
.settings
|
||
|
.metadata
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# idea
|
||
|
out
|
||
|
classes
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.iml
|
||
|
/.idea/*
|
||
|
!/.idea/gradle.xml
|
||
|
|
||
|
# netbeans
|
||
|
.nb-gradle
|
||
|
.nb-gradle-properties
|
||
|
|
||
|
# vs code
|
||
|
.vscode
|
||
|
|
||
|
# gradle
|
||
|
build
|
||
|
.gradle
|
||
|
|
||
|
# other
|
||
|
run
|
||
|
.DS_Store
|
||
|
Thumbs.db
|