From 6b9c7eaa91a1831617b9941a94de5f2b21b6f494 Mon Sep 17 00:00:00 2001 From: rodolpheh Date: Sun, 5 Nov 2023 14:25:59 +0000 Subject: [PATCH] Add empty folder for Android dependencies --- .gitignore | 8 +++++++- android/.gitignore | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 android/.gitignore diff --git a/.gitignore b/.gitignore index 5694c34..637f47a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ .vscode/ *.dblite *.os + +# Don't commit builds and plugins demo/build/ demo/android/build/ -demo/android/.build_version \ No newline at end of file +demo/android/.build_version +demo/android/plugins/ + +# Used for local tests +debug.keystore \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..81fdc42 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,8 @@ +# You'll need to put those files yourself + +# You should find this one in your system if you have installed the SDK +LeapC.h + +# These ones can be found in Ultraleap's Unity plugin repository +UltraleapTrackingServiceBinder.aar +libLeapC.so \ No newline at end of file