{
  "folders":
  [
    {
      "follow_symlinks": true,
      "name": "PROJECT NAME",
      "path": "/project/path"
    },
    {
      "follow_symlinks": true,
      "name": "Luxe",
      "path": "/path/to/luxe",
      "folder_exclude_patterns": [
        "bin",
        "other_folders_you_wish_to_exclude"
      ]
    },
    {
      "follow_symlinks": true,
      "name": "Snow",
      "path": "/path/to/snow",
      "folder_exclude_patterns": (...)
    },
    {
      "follow_symlinks": true,
      "name": "Haxe",
      "path": "/usr/lib/haxe/std",
      "folder_exclude_patterns": (...)
    }
  ]
}