PlayerAndroid/.gitignore

38 lines
440 B
Plaintext
Raw 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/
captures