mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-06-16 06:05:08 +03:00

Put a `.keep` file in the `app/libs` folder so folks can put the `.aar` file in there without needing to make it first.
19 lines
No EOL
292 B
Text
19 lines
No EOL
292 B
Text
*.apk
|
|
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
/app/libs/yggdrasil.aar
|
|
/app/libs/yggdrasil-sources.jar
|
|
.idea |