Lothar Buchholz 32a692279a Version 0.2.1
- support automatic packaging for curseforge via .pkgmeta
- include project logo
- auto-update the project description via .docmeta
2020-05-26 00:51:19 +02:00

43 lines
393 B
Plaintext

# Gradle
.gradle
build/
# Android built artifacts
*.apk
*.ap_
*.dex
# Java build artifacts class files
*.class
# other generated files
gen/
target/
# local configuration file (for Android sdk path, etc)
local.properties
# OSX files
.DS_Store
# Eclipse
/.classpath
/.settings/
/.project
/.metadata
bin/
# IntelliJ
*.iws
*.uml
.idea/
out/
# NDK
obj/
# Misc
*.log
*.graphml
coverage.db*