mirror of
https://github.com/danog/termux-api.git
synced 2024-11-26 20:04:42 +01:00
30 lines
421 B
Plaintext
30 lines
421 B
Plaintext
# .gitignore from https://gist.github.com/iainconnor/8605514:
|
|
|
|
# Built application files
|
|
build/
|
|
|
|
# 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/
|
|
*.iml
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|