mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 00:40:46 +02:00
43 lines
686 B
Text
43 lines
686 B
Text
#Ignore Android studion files
|
|
/.idea
|
|
|
|
# Built application files
|
|
/build/
|
|
|
|
# Ignore the Database config file
|
|
app/src/main/res/raw/ormlite_config.txt
|
|
|
|
# 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
|
|
*.iml
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|