Grichelde bootstrap

This commit is contained in:
2020-05-24 13:27:09 +02:00
parent 0717673624
commit 6ff629284a
43 changed files with 9184 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# 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
twitch/
*.log
*.graphml
coverage.db*