How to hide files unnecessary on sublime text
First, On sublime create a project (Project/Save project as..)
Second, Go to (Project/Edit Project)
Third, the file that was created, added the file name that does not want to show.
Example:
{
"folders":
[
{
"path": "/home/developer/project/web",
"folder_exclude_patterns": [
"jbehave-webdriver",
"npm",
"file-ui-app",
"target",
"travel"
]
}
]
}
Written by Yamit Villamil
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#