android studio 插件 - .ignore

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 里



你可能感兴趣的:(android)