From 16242e6d77c6c858c1f79baf7b04f633293b6489 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 8 May 2026 19:22:07 -0700 Subject: [PATCH] chore: ignore .idea/ IDE project files Android Studio created .idea/ when the project was opened during the Android APK verification run. These are IDE-local and should not be tracked; adding .gitignore entry and removing the accidentally-committed files. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ .idea/.gitignore | 3 --- .idea/Rusty_Solitaire.iml | 9 --------- .idea/markdown.xml | 8 -------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Rusty_Solitaire.iml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 977ce87..85e91ec 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ *.tmp data/ .claude/ + +# IDE project files +.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/Rusty_Solitaire.iml b/.idea/Rusty_Solitaire.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/Rusty_Solitaire.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index c61ea33..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 0280eb4..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7c487c6..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +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