mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-06-30 23:06:26 +00:00
44 lines
544 B
Plaintext
44 lines
544 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
output.json
|
|
output-metadata.json
|
|
out/
|
|
|
|
# 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
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Android Studio
|
|
.idea
|
|
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
|
|
.gradle
|
|
build/
|
|
*.iml
|
|
|
|
# Compiled JNI libraries folder
|
|
**/jniLibs
|
|
app/.externalNativeBuild/
|
|
|
|
# NDK stuff
|
|
.cxx/ |