Git忽略文件排除器
一个Sublime插件,可以排除掉任何被git忽略的文件
详情
安装次数
- 总计 13K
- Win 3K
- Mac 7K
- Linux 3K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 |
Mac | 1 | 3 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
sublime-gitignorer
一个Sublime插件,可以从您的Sublime项目中排除掉被git忽略的文件。
作为解决http://stackoverflow.com/questions/18482976/tell-sublime-text-to-ignore-everything-in-gitignore的解决方案创建
用法说明
- 通过以下步骤通过Package Control安装插件:
- 按CTRL+SHIFT+P (CMD+SHIFT+P在Mac上)
- 选择“安装插件”
- 搜索Git忽略文件排除器并按Enter。
sublime-gitignorer
将定期检查所有打开的文件夹中被Git忽略的文件,并更新Sublime中的"file_exclude_patterns"
和"folder_exclude_patterns"
设置以匹配Git忽略的文件夹和文件列表。- 在您创建新的Git忽略文件或更新
.gitignore
文件后,这些文件应在5秒内从项目中隐藏。 - 由于
"file_exclude_patterns"
和"folder_exclude_patterns"
设置现在是程序管理的,如果您想在Sublime中手动设置文件或文件夹排除模式,您可以使用"extra_file_exclude_patterns"
和"extra_folder_exclude_patterns"
设置。您在此处列出的任何文件路径都将自动包含在"file_exclude_patterns"
和"folder_exclude_patterns"
中,以及Git忽略的路径中。 - 如果您已设置
"file_exclude_patterns"
或"folder_exclude_patterns"
,在安装此插件之前无需备份;它们将在首次运行时自动迁移到"extra_file_exclude_patterns"
和"extra_folder_exclude_patterns"
设置。
目前已在Ubuntu和Windows的Sublime Text 2和Sublime Text 3上进行测试。我尚未在Mac上测试,但应该也能在那里使用。