diff --git a/.gitignore b/.gitignore index 773b95b7..a32f1ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ syntax: glob -.DS_Store + +# Build and intermediate files +build/ +bin/ +gen/ .gradle/ +.DS_Store +local.properties +*.iml +*.hprof + +# IDE-specific files .idea/caches .idea/compiler.xml .idea/dictionaries/ @@ -13,19 +23,19 @@ syntax: glob .idea/migrations.xml .idea/studiobot.xml .idea/material_theme_project_new.xml -.settings -*.iml -bin/ -build/ -gen/ -local.properties -/.idea/deploymentTargetDropDown.xml -*.hprof -/.idea/artifacts -/.idea/assetWizardSettings.xml -/.idea/inspectionProfiles/Project_Default.xml -/.idea/androidTestResultsUserPreferences.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 -/.idea/kotlinc.xml -/.idea/other.xml -/.idea/appInsightsSettings.xml +.settings + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file