42 lines
718 B
Plaintext
42 lines
718 B
Plaintext
syntax: glob
|
|
|
|
# Build and intermediate files
|
|
build/
|
|
bin/
|
|
gen/
|
|
.gradle/
|
|
.DS_Store
|
|
local.properties
|
|
*.iml
|
|
*.hprof
|
|
|
|
# IDE-specific files
|
|
.idea/caches
|
|
.idea/compiler.xml
|
|
.idea/dictionaries/
|
|
.idea/gradle.xml
|
|
.idea/libraries/
|
|
.idea/modules.xml
|
|
.idea/tasks.xml
|
|
.idea/workspace.xml
|
|
.idea/deploymentTargetSelector.xml
|
|
.idea/migrations.xml
|
|
.idea/studiobot.xml
|
|
.idea/material_theme_project_new.xml
|
|
.idea/csv-editor.xml
|
|
.idea/vcs.xml
|
|
.idea/deploymentTargetDropDown.xml
|
|
.idea/artifacts
|
|
.idea/assetWizardSettings.xml
|
|
.idea/inspectionProfiles/Project_Default.xml
|
|
.idea/androidTestResultsUserPreferences.xml
|
|
.idea/kotlinc.xml
|
|
.idea/other.xml
|
|
.idea/appInsightsSettings.xml
|
|
|
|
# Other configuration files
|
|
google-services.json
|
|
.settings
|
|
|
|
|