Laravel Sublime text Project (hide files and folder that you dont need)
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["bootstrap", "tests", "node_modules", "vendor", "storage"],
"file_exclude_patterns": ["*.yml", "*.example", "*.gita*", "artisan", "*.lock" ,"server.php" , "*unit*.xml"]
}
]
}