4

Should I add .idea/jarRepositories.xml to gitignore?
It was generated after updating Android Studio to 4.0

kiyosuke
  • 71
  • 5
  • 1
    I had the same question, and found that [it has only redundant information about remote jar repositories](https://stackoverflow.com/a/63544057/9298629). – qtmfld Aug 23 '20 at 06:43

1 Answers1

3

As illustrated by this PR, you can add .idea/jarRepositories.xml to .gitignore (and git rm --cached .idea/jarRepositories.xml)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250