An open API service indexing awesome lists of open source software.

https://github.com/pangoraw/git-hide

:telescope: Atom plugin to toggle ignored files in the treeview
https://github.com/pangoraw/git-hide

atom-plugin gitignore

Last synced: 8 months ago
JSON representation

:telescope: Atom plugin to toggle ignored files in the treeview

Awesome Lists containing this project

README

          

# Git Hide package

This package allows you to automatically hide files and folders according to the `.gitignore` file you may have at the root of your project.
You can use `ctrl+h` to toggle the visibility of the ignored files.

The package basically only had a keyboard shorcut for hide VCS option of the `atom/tree-view` package.
So make sure you have it installed.

![difference between ignored files shown and hidden](http://puu.sh/jcK3X/a7ff308be7.png)