|
|
|
|
@ -48,18 +48,47 @@ obj
|
|
|
|
|
# Android Studio / Example project configs |
|
|
|
|
*.idea |
|
|
|
|
*.gradle |
|
|
|
|
integrations/android/android_jni_lib/proj/local.properties |
|
|
|
|
integrations/android/example_app/local.properties |
|
|
|
|
local.properties |
|
|
|
|
|
|
|
|
|
# examples |
|
|
|
|
examples/java/ZeroTierHelloWorld/lib/libzt.jnilib |
|
|
|
|
#built application files |
|
|
|
|
*.apk |
|
|
|
|
*.ap_ |
|
|
|
|
|
|
|
|
|
# Unity |
|
|
|
|
*.meta |
|
|
|
|
integrations/Unity3D/Library |
|
|
|
|
integrations/Unity3D/Temp |
|
|
|
|
integrations/Unity3D/obj |
|
|
|
|
integrations/Unity3D/Plugins |
|
|
|
|
# files for the dex VM |
|
|
|
|
*.dex |
|
|
|
|
|
|
|
|
|
# Java class files |
|
|
|
|
*.class |
|
|
|
|
|
|
|
|
|
# generated files |
|
|
|
|
bin/ |
|
|
|
|
gen/ |
|
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc) |
|
|
|
|
local.properties |
|
|
|
|
|
|
|
|
|
# Windows thumbnail db |
|
|
|
|
Thumbs.db |
|
|
|
|
|
|
|
|
|
# OSX files |
|
|
|
|
.DS_Store |
|
|
|
|
|
|
|
|
|
# Android Studio |
|
|
|
|
*.iml |
|
|
|
|
.idea |
|
|
|
|
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. |
|
|
|
|
.gradle |
|
|
|
|
build/ |
|
|
|
|
.navigation |
|
|
|
|
captures/ |
|
|
|
|
output.json |
|
|
|
|
|
|
|
|
|
#NDK |
|
|
|
|
obj/ |
|
|
|
|
.externalNativeBuild |
|
|
|
|
|
|
|
|
|
# examples |
|
|
|
|
*.jnilib |
|
|
|
|
|
|
|
|
|
# Docker test |
|
|
|
|
*.tmp |
|
|
|
|
|