commit
180c440087
1 changed files with 114 additions and 0 deletions
@ -0,0 +1,114 @@ |
|||||
|
*.iml |
||||
|
.gradle |
||||
|
/local.properties |
||||
|
/.idea/caches |
||||
|
/.idea/libraries |
||||
|
/.idea/modules.xml |
||||
|
/.idea/workspace.xml |
||||
|
/.idea/navEditor.xml |
||||
|
/.idea/assetWizardSettings.xml |
||||
|
.DS_Store |
||||
|
/build |
||||
|
/captures |
||||
|
.externalNativeBuild |
||||
|
.cxx |
||||
|
local.properties |
||||
|
|
||||
|
# Built application files |
||||
|
*.apk |
||||
|
*.aar |
||||
|
|
||||
|
# Files for the ART/Dalvik VM |
||||
|
*.dex |
||||
|
|
||||
|
# Java class files |
||||
|
*.class |
||||
|
|
||||
|
# Generated files |
||||
|
bin/ |
||||
|
gen/ |
||||
|
out/ |
||||
|
release/ |
||||
|
|
||||
|
# Gradle files |
||||
|
.gradle/ |
||||
|
build/ |
||||
|
|
||||
|
# Local configuration file (sdk path, etc) |
||||
|
local.properties |
||||
|
|
||||
|
# Proguard folder generated by Eclipse |
||||
|
proguard/ |
||||
|
|
||||
|
# Log Files |
||||
|
*.log |
||||
|
|
||||
|
# Android Studio Navigation editor temp files |
||||
|
.navigation/ |
||||
|
|
||||
|
# Android Studio captures folder |
||||
|
captures/ |
||||
|
|
||||
|
# IntelliJ |
||||
|
*.iml |
||||
|
.idea/workspace.xml |
||||
|
.idea/tasks.xml |
||||
|
.idea/gradle.xml |
||||
|
.idea/assetWizardSettings.xml |
||||
|
.idea/dictionaries |
||||
|
.idea/libraries |
||||
|
.idea/jarRepositories.xml |
||||
|
.idea/caches |
||||
|
.idea/modules.xml |
||||
|
.idea/.name |
||||
|
.idea/compiler.xml |
||||
|
.idea/copyright/profiles_settings.xml |
||||
|
.idea/encodings.xml |
||||
|
.idea/misc.xml |
||||
|
.idea/runConfigurations.xml |
||||
|
.idea/scopes/scope_settings.xml |
||||
|
.idea/vcs.xml |
||||
|
.idea/jsLibraryMappings.xml |
||||
|
.idea/datasources.xml |
||||
|
.idea/dataSources.ids |
||||
|
.idea/sqlDataSources.xml |
||||
|
.idea/dynamic.xml |
||||
|
.idea/uiDesigner.xml |
||||
|
|
||||
|
# OS-specific files |
||||
|
.DS_Store |
||||
|
.DS_Store? |
||||
|
._* |
||||
|
.Spotlight-V100 |
||||
|
.Trashes |
||||
|
ehthumbs.db |
||||
|
Thumbs.db |
||||
|
|
||||
|
# External native build folder generated in Android Studio 2.2 and later |
||||
|
.externalNativeBuild |
||||
|
.cxx/ |
||||
|
|
||||
|
# Google Services (e.g. APIs or Firebase) |
||||
|
google-services.json |
||||
|
|
||||
|
# Freeline |
||||
|
freeline.py |
||||
|
freeline/ |
||||
|
freeline_project_description.json |
||||
|
|
||||
|
# fastlane |
||||
|
fastlane/report.xml |
||||
|
fastlane/Preview.html |
||||
|
fastlane/screenshots |
||||
|
fastlane/test_output |
||||
|
fastlane/readme.md |
||||
|
|
||||
|
# Version control |
||||
|
.svn/ |
||||
|
|
||||
|
# Keystore files |
||||
|
*.jks |
||||
|
*.keystore |
||||
|
|
||||
|
# Android Profiling |
||||
|
*.hprof |
||||
Loading…
Reference in new issue