.ignore插件自动忽略

android studio新建项目是自带.ignore文件的,默认是使用了忽略规则上传。默认忽略的是

*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures

没有ignore file

需要添加插件 file-->setting-->plugins-->搜索.ignore-->install

重启后:在项目上右键->New ->.ignore file ->.gitignore file(Git)

可以右键项目New 出自动生成上面模板的 ignore file

 

posted on 2018-12-05 14:55  LoaderMan  阅读(1052)  评论(0编辑  收藏  举报

导航