Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
:telescope: Atom plugin to toggle ignored files in the treeview
- Host: GitHub
- URL: https://github.com/pangoraw/git-hide
- Owner: Pangoraw
- License: mit
- Created: 2015-07-25T13:54:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T16:43:21.000Z (almost 8 years ago)
- Last Synced: 2023-02-27T00:32:39.673Z (over 1 year ago)
- Topics: atom-plugin, gitignore
- Language: CoffeeScript
- Homepage: https://atom.io/packages/git-hide
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)