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