Should I add .idea/jarRepositories.xml to gitignore?
It was generated after updating Android Studio to 4.0
As illustrated by this PR, you can add .idea/jarRepositories.xml
to .gitignore
(and git rm --cached .idea/jarRepositories.xml
)
gitignore.io
with IntelliJ preset removes the file- I guess we're using the auto-import feature and don't need to track this file