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 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-08 19:22:07 -07:00
parent 202a64db45
commit 16242e6d77
7 changed files with 3 additions and 40 deletions
+3
View File
@@ -7,3 +7,6 @@
*.tmp
data/
.claude/
# IDE project files
.idea/