您的位置:首页 > 移动开发 > Android开发

android studio 插件 - .ignore

2016-04-08 10:04 134 查看
Version 1.3.3

Features

Files syntax highlight
Coloring ignored files in the Project View
Gitignore templates filtering and selecting in rules generator by name and content

Show ignored files by specified ignore file (right click on
.gitignore file)
Create file in currently selected directory
Generate Gitignore rules basing on
GitHub's templates collection
Add selected file/directory to ignore rules from popup menu

Suggesting .gitignore file creation for new project

Entries inspection (duplicated, covered, unused, relative, incorrect syntax, relative entries) with fix actions

Comments and brackets support
Navigation to entries in Project view
Renaming entries from ignore file
Close opened ignored files action
Custom user templates with import/export features

GitHub's
templates collection A collection of useful
.gitignore templates
https://github.com/github/gitignore
没有ignore file 可以右键项目New 出自动生成上面模板的 ignore file
已有ignore file 的话可以右键文件选择Add template...
可以右键将向忽略的文件直接添加到ignore file 里
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: