From 670a170e4f5b5621902ff445b18ac8fd450da178 Mon Sep 17 00:00:00 2001 From: Patrick Michalik <120058021+patrickmichalik@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:20:46 +0100 Subject: [PATCH] Update `.gitignore` --- .gitignore | 36 ++----- .idea/.gitignore | 6 -- .idea/.name | 1 - .idea/codeStyles/Project.xml | 136 --------------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/migrations.xml | 10 -- .idea/vcs.xml | 6 -- 7 files changed, 9 insertions(+), 191 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/migrations.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index b1d3c345b..50396ac36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,11 @@ *.iml .DS_Store -.cxx -.externalNativeBuild -.gradle -.kotlin -/.idea/AndroidProjectSystem.xml -/.idea/artifacts/ -/.idea/assetWizardSettings.xml -/.idea/caches -/.idea/codeStyles/Project.xml -/.idea/compiler.xml -/.idea/deploymentTargetDropDown.xml -/.idea/detekt.xml -/.idea/gradle.xml -/.idea/inspectionProfiles/Project_Default.xml -/.idea/jarRepositories.xml -/.idea/kotlinc.xml -/.idea/libraries -/.idea/misc.xml -/.idea/modules.xml -/.idea/navEditor.xml -/.idea/other.xml -/.idea/runConfigurations.xml -/.idea/studiobot.xml -/.idea/workspace.xml -build -captures -local.properties +.cxx/ +.externalNativeBuild/ +.gradle/ +/.idea/* +!/.idea/copyright/ +/.kotlin/ +/captures/ +/local.properties +build/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 2a59a0608..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -/misc.xml -/deploymentTargetSelector.xml -/appInsightsSettings.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 359ca0384..000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Vico \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 7d9505635..000000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c2..000000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml deleted file mode 100644 index 7925a27b1..000000000 --- a/.idea/migrations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file