caliber-i
10/17/2017 - 2:59 PM

Laravel Sublime text Project (hide files and folder that you dont need)

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"]
    }
  ]
}