atom-tree-ignore icon indicating copy to clipboard operation
atom-tree-ignore copied to clipboard

Use a .atomignore file to hide files & folder in tree view

Results 12 atom-tree-ignore issues
Sort by recently updated
recently updated
newest added

Is this package tree-ignore or atom-tree-ignore? These two packages have different names, but share same bug tracker and readme files. What is relationship of this package with atom-ignore, which apparently...

It could be a beta issue so I'm just giving you a heads up that it stopped working and is still not working in V1.17.0-beta3

Upgrading the ignore package to provide better consistency with modern gitignore rules. This allows recursive ignore rules, among other things. Also required a small edit to ensure that empty paths...

bug
enhancement

In a .gitignore I can do something like `src/**/*.css` to ignore all css files in the src/ directory. This won't work in .atomignore (as a workaround, doing something like `*.css`...

I just found out about the Nuclide Atom package (https://nuclide.io/) and already love it. Unfortunately, it is not compatible with ```atom-tree-ignore```, which I use a lot. The plugin won't filter...

bug
help wanted

[The `.atomignore` file like this](http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files) doesn't work, because once project root has been hidden, `_fUnhideParents` would not unhide it. The ignore rules must not apply to project root. This is...

bug
enhancement

Hiding files in a folder recursively doesn't work example: `./src/app/**/*.js`

bug
enhancement
help wanted

## Environment: - Atom 1.6.2 - Ubuntu 15 - tree-ignore 0.6.1 ## .atomignore `AlphaFrontStatic/scripts/*.js` ## Bug When navigating down through the list of files in a folder by pressing the...

how do I ignore a folder ex: www