mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
45 lines
708 B
Plaintext
45 lines
708 B
Plaintext
# From https://gist.github.com/iainconnor/8605514
|
|
# with the addition of the /captures below.
|
|
/captures
|
|
|
|
# Built application files
|
|
build/
|
|
*.apk
|
|
*.so
|
|
|
|
# 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
|
|
.idea/dictionaries/
|
|
*.iml
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|