.gitignore update (#1504)

* .gitignore update

* Gitignore entries reorganization

---------

Co-authored-by: Honza <rychnovsky.honza@gmail.com>
This commit is contained in:
Milan 2024-07-16 09:07:18 +02:00 committed by GitHub
parent d1b5e7af30
commit 5b8ad32971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 22 deletions

42
.gitignore vendored
View File

@ -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

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>