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.
e4mc_minecraft/.gitignore

33 lines
257 B

# 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