PlayerAndroid/.gitignore

42 lines
484 B
Plaintext
Raw Permalink Normal View History

2018-12-12 22:17:31 +00:00
#built application files
2018-12-12 22:13:35 +00:00
*.apk
*.ap_
2018-12-12 22:17:31 +00:00
# files for the dex VM
2018-12-12 22:13:35 +00:00
*.dex
2018-12-12 22:17:31 +00:00
2018-12-12 22:13:35 +00:00
# Java class files
*.class
2018-12-12 22:17:31 +00:00
# generated files
2018-12-12 22:13:35 +00:00
bin/
gen/
2018-12-12 22:17:31 +00:00
2018-12-12 22:13:35 +00:00
# Local configuration file (sdk path, etc)
local.properties
2018-12-12 22:17:31 +00:00
# Windows thumbnail db
2018-12-12 22:13:35 +00:00
Thumbs.db
2018-12-12 22:17:31 +00:00
# OSX files
.DS_Store
# Eclipse project files
2018-12-12 22:13:35 +00:00
.classpath
.project
2018-12-12 22:17:31 +00:00
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
#NDK
2018-12-12 22:19:21 +00:00
obj/
2019-01-28 10:45:51 +00:00
captures
app/normal/release/
/models/
2020-08-21 04:23:01 +00:00
/app/release/