You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
549 B
41 lines
549 B
# From https://gist.github.com/iainconnor/8605514 |
|
# with the addition of the /captures below. |
|
/captures |
|
|
|
# Built application files |
|
build/ |
|
*.apk |
|
*.so |
|
.externalNativeBuild |
|
|
|
# Crashlytics configuations |
|
com_crashlytics_export_strings.xml |
|
|
|
# Local configuration file (sdk path, etc) |
|
local.properties |
|
|
|
# Gradle generated files |
|
.gradle/ |
|
|
|
# Signing files |
|
.signing/ |
|
|
|
# Intellij |
|
.idea/ |
|
*.iml |
|
|
|
# OS-specific files |
|
.DS_Store |
|
.DS_Store? |
|
._* |
|
.Spotlight-V100 |
|
.Trashes |
|
.swp |
|
ehthumbs.db |
|
Thumbs.db |
|
|
|
#files containing github tokens |
|
github.properties |
|
|
|
*.cxx |
|
app/.cxx/*
|
|
|