浏览代码

Add `.idea/jarRepositories.xml` to Android.gitignore

The file `.idea/jarRepositories.xml` should be added to .gitignore. 
It is auto-generated and has only redundant information about remote jar repositories.
* https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo
pull/3755/head
Abdulrahman Al-Ghamdi 2 年前
父节点
当前提交
25d6008c28
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Android.gitignore

+ 1
- 0
Android.gitignore 查看文件

@@ -44,6 +44,7 @@ captures/
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/jarRepositories.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml

正在加载...
取消
保存