From f51964831ae96cbdaf550a17f58d4ca886109ae3 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Thu, 25 Dec 2025 22:29:06 +0100 Subject: [PATCH] feat: Ignore .idea directory - Adds the entire `.idea/` directory to `.gitignore` to prevent IDE-specific files from being committed. --- .gitignore | 1 + .idea/.gitignore | 4 -- .idea/AndroidProjectSystem.xml | 6 --- .idea/codeStyles/Project.xml | 45 -------------------- .idea/codeStyles/codeStyleConfig.xml | 5 --- .idea/gradle.xml | 18 -------- .idea/inspectionProfiles/Project_Default.xml | 6 --- .idea/misc.xml | 7 --- .idea/runConfigurations.xml | 17 -------- .idea/studiobot.xml | 6 --- .idea/vcs.xml | 6 --- 11 files changed, 1 insertion(+), 120 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/AndroidProjectSystem.xml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/studiobot.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 50fedab..99efa87 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /.idea/compiler.xml /.idea/jarRepositories.xml /.idea/deploymentTargetDropDown.xml +/.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index a39e569..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -artifacts diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml deleted file mode 100644 index 4a53bee..0000000 --- a/.idea/AndroidProjectSystem.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index eb0a492..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 444059e..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index df543e3..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d15a481..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 16660f1..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/studiobot.xml b/.idea/studiobot.xml deleted file mode 100644 index 539e3b8..0000000 --- a/.idea/studiobot.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file