From 7815f151f1ee84a52e410e3dc9613e565fc4215c Mon Sep 17 00:00:00 2001 From: beetzung Date: Thu, 5 Mar 2026 22:05:36 +0100 Subject: [PATCH] chore: ignore IDE-specific .idea files and stop tracking them Made-with: Cursor --- .gitignore | 3 +++ .idea/gradle.xml | 18 ------------------ .idea/misc.xml | 10 ---------- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 2ef3244..1e4e1fa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml +/.idea/deviceManager.xml +/.idea/gradle.xml +/.idea/misc.xml .idea/inspectionProfiles/ .DS_Store /build diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 250d958..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 991a888..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file