diff --git a/.gitignore b/.gitignore index a8954fb..f3935c8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,11 @@ *.xcuserstate *.DS_Store -# Android Studio +# Android Studio / Example project configs *.idea *.gradle integrations/android/android_jni_lib/proj/local.properties +integrations/android/example_app/local.properties # Unity *.meta diff --git a/integrations/android/android_jni_lib/proj/local.properties b/integrations/android/android_jni_lib/proj/local.properties deleted file mode 100644 index f424cf6..0000000 --- a/integrations/android/android_jni_lib/proj/local.properties +++ /dev/null @@ -1,12 +0,0 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Mon Mar 14 13:10:59 PDT 2016 -ndk.dir=/Users/Joseph/android-ndk-r10e -sdk.dir=/Users/Joseph/Library/Android/sdk