Robert
05/12/2025, 3:41 PMDavid Nedrow
05/12/2025, 3:46 PM.idea
directory may be part of the .gitignore
. If you really want to include it, you can uncomment .idea
. When you start the IDE (IntelliJ? Android Studio?) the .idea
directory should be recreated and you can commit it.
I would recommend taking a look at JetBrains How to manage projects under Version Control Systems before you add the .idea directory.