yggdrasil-android/.gitignore
Salvatore Testa 5af2eef7cf Add a README with setup instructions
Put a `.keep` file in the `app/libs` folder so folks can put the `.aar`
file in there without needing to make it first.
2022-02-05 19:34:25 -08:00

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