Skip to content

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

License

Notifications You must be signed in to change notification settings

bolinfest/atom-tree-ignore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 toggle the hiding temporary by using shift-cmd-h keys.

Todos

  • Update the tree-view at each file/folder change
  • Update the tree-view when .atomignore is created/deleted
  • Add ability to add a file/folder to .atomignore from the tree-view

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 97.6%
  • CSS 2.4%