Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/atom-tree-ignore
Use a .atomignore file to hide files & folder in tree view
https://github.com/leny/atom-tree-ignore
Last synced: 7 days ago
JSON representation
Use a .atomignore file to hide files & folder in tree view
- Host: GitHub
- URL: https://github.com/leny/atom-tree-ignore
- Owner: leny
- License: mit
- Created: 2014-10-21T22:31:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T08:42:44.000Z (almost 8 years ago)
- Last Synced: 2024-04-11T15:58:55.624Z (7 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 41
- Watchers: 6
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom tree-ignore package
> Use a .atomignore file to hide files & folder in tree view
* * *
## Feature
Sometimes, you want to hide some files & folders from the tree view. With Atom, you can make it globally, or for each project, *via* the `gitignore` file.
But... if you don't want to hide file globally, or ignore them in your repo ?Use an `.atomignore` file in your projects !
It works like a regular `.gitignore` file, but only hide the files & folders in the Atom's tree view.
## Usage
Simply add an `.atomignore` file in your project.
You can also control the state of hiding by using `tree-ignore:toggle`, `tree-ignore:enable` & `tree-ignore:disable` commands.
## Keybindings
With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict with anyone else's packages, so I have removed the default keystrokes and let the keymap empty to let you set your own keybindings.