16242e6d77
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>
13 lines
101 B
Plaintext
13 lines
101 B
Plaintext
/target
|
|
/.sccache-cache
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.env
|
|
*.tmp
|
|
data/
|
|
.claude/
|
|
|
|
# IDE project files
|
|
.idea/
|