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:
@@ -7,3 +7,6 @@
|
||||
*.tmp
|
||||
data/
|
||||
.claude/
|
||||
|
||||
# IDE project files
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user