diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6961e10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Gradle +.gradle/ + +# Local configuration +local.properties + +# Keystore files +*.jks +*.keystore + +# Build folder +app/build/ + +# NDK +app/.cxx/ \ No newline at end of file