From cca41fe5ea95e5ef78bd8508c61dcdeb50d2d781 Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 23 Apr 2026 17:57:26 +0200 Subject: [PATCH] chore: untrack .idea/ (IDE workspace state, not team-shared) These files mutate on every IDE click and leak per-developer state (last deployed device, recent activity) into commits. A single root `.idea/` ignore replaces the scattered per-file rules in watch/wearos/.gitignore. --- .gitignore | 1 + watch/wearos/.gitignore | 6 - watch/wearos/.idea/.name | 1 - watch/wearos/.idea/AndroidProjectSystem.xml | 6 - watch/wearos/.idea/codeStyles/Project.xml | 123 ------------------ .../.idea/codeStyles/codeStyleConfig.xml | 5 - watch/wearos/.idea/compiler.xml | 6 - .../wearos/.idea/deploymentTargetSelector.xml | 11 -- watch/wearos/.idea/deviceManager.xml | 13 -- watch/wearos/.idea/gradle.xml | 18 --- watch/wearos/.idea/misc.xml | 9 -- watch/wearos/.idea/runConfigurations.xml | 17 --- watch/wearos/.idea/vcs.xml | 6 - 13 files changed, 1 insertion(+), 221 deletions(-) delete mode 100644 watch/wearos/.idea/.name delete mode 100644 watch/wearos/.idea/AndroidProjectSystem.xml delete mode 100644 watch/wearos/.idea/codeStyles/Project.xml delete mode 100644 watch/wearos/.idea/codeStyles/codeStyleConfig.xml delete mode 100644 watch/wearos/.idea/compiler.xml delete mode 100644 watch/wearos/.idea/deploymentTargetSelector.xml delete mode 100644 watch/wearos/.idea/deviceManager.xml delete mode 100644 watch/wearos/.idea/gradle.xml delete mode 100644 watch/wearos/.idea/misc.xml delete mode 100644 watch/wearos/.idea/runConfigurations.xml delete mode 100644 watch/wearos/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 0796f8b..8524937 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ users.toml *.snap.new repomix-output.xml tmpdata/ +.idea/ diff --git a/watch/wearos/.gitignore b/watch/wearos/.gitignore index 8ce600e..aa79438 100644 --- a/watch/wearos/.gitignore +++ b/watch/wearos/.gitignore @@ -1,12 +1,6 @@ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml .DS_Store /build /captures diff --git a/watch/wearos/.idea/.name b/watch/wearos/.idea/.name deleted file mode 100644 index 1d7dbcd..0000000 --- a/watch/wearos/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Doctate Watch \ No newline at end of file diff --git a/watch/wearos/.idea/AndroidProjectSystem.xml b/watch/wearos/.idea/AndroidProjectSystem.xml deleted file mode 100644 index 4a53bee..0000000 --- a/watch/wearos/.idea/AndroidProjectSystem.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/codeStyles/Project.xml b/watch/wearos/.idea/codeStyles/Project.xml deleted file mode 100644 index 7643783..0000000 --- a/watch/wearos/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/codeStyles/codeStyleConfig.xml b/watch/wearos/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/watch/wearos/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/compiler.xml b/watch/wearos/.idea/compiler.xml deleted file mode 100644 index b86273d..0000000 --- a/watch/wearos/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/deploymentTargetSelector.xml b/watch/wearos/.idea/deploymentTargetSelector.xml deleted file mode 100644 index ca16a99..0000000 --- a/watch/wearos/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/deviceManager.xml b/watch/wearos/.idea/deviceManager.xml deleted file mode 100644 index 91f9558..0000000 --- a/watch/wearos/.idea/deviceManager.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/gradle.xml b/watch/wearos/.idea/gradle.xml deleted file mode 100644 index 02c4aa5..0000000 --- a/watch/wearos/.idea/gradle.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/misc.xml b/watch/wearos/.idea/misc.xml deleted file mode 100644 index 1a1bf72..0000000 --- a/watch/wearos/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/runConfigurations.xml b/watch/wearos/.idea/runConfigurations.xml deleted file mode 100644 index 16660f1..0000000 --- a/watch/wearos/.idea/runConfigurations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/watch/wearos/.idea/vcs.xml b/watch/wearos/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/watch/wearos/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file