Add empty folder for Android dependencies

This commit is contained in:
rodolpheh 2023-11-05 14:25:59 +00:00
parent 17213f5f43
commit 6b9c7eaa91
2 changed files with 15 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,6 +1,12 @@
.vscode/
*.dblite
*.os
# Don't commit builds and plugins
demo/build/
demo/android/build/
demo/android/.build_version
demo/android/.build_version
demo/android/plugins/
# Used for local tests
debug.keystore

8
android/.gitignore vendored Normal file
View File

@ -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