android_terminal/.gitignore

37 lines
433 B
Plaintext
Raw Normal View History

2019-02-14 12:39:23 -08:00
#built application files
*.apk
*.ap_
# 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
2019-02-14 12:39:23 -08:00
# Android Studio
*.iml
2019-02-14 12:39:23 -08:00
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
.navigation
captures/
output.json
#NDK
obj/
.externalNativeBuild