我应该将 .idea/jarRepositories.xml 添加到 gitignore 吗?
Should I add .idea/jarRepositories.xml to gitignore?
我应该将 .idea/jarRepositories.xml 添加到 gitignore 吗?
它是在将 Android Studio 更新到 4.0
后生成的
如 this PR 所示,您可以将 .idea/jarRepositories.xml
添加到 .gitignore
(和 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
我应该将 .idea/jarRepositories.xml 添加到 gitignore 吗?
它是在将 Android Studio 更新到 4.0
如 this PR 所示,您可以将 .idea/jarRepositories.xml
添加到 .gitignore
(和 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