Skip to content

Instantly share code, notes, and snippets.

@anissen
Created October 17, 2014 08:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anissen/3f05b614fc0483899fec to your computer and use it in GitHub Desktop.
Save anissen/3f05b614fc0483899fec to your computer and use it in GitHub Desktop.
{
"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": (...)
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment