Created
October 17, 2014 08:31
-
-
Save anissen/3f05b614fc0483899fec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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