termux-app/.gitignore

48 lines
761 B
Plaintext
Raw Normal View History

2015-10-25 14:27:32 +00:00
# From https://gist.github.com/iainconnor/8605514
# with the addition of the /captures below.
/captures
# Built application files
2015-10-25 15:40:20 +00:00
build/
2015-11-24 16:31:32 +00:00
*.apk
2016-02-09 10:33:57 +00:00
*.so
.externalNativeBuild
2015-10-25 14:27:32 +00:00
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
.gradle/
# Signing files
.signing/
# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
2015-12-27 23:41:21 +00:00
.idea/dictionaries/
.idea/caches/
.idea/codeStyles/
2015-10-25 14:27:32 +00:00
*.iml
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db