Skip to content

Instantly share code, notes, and snippets.

@JulioC
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulioC/58556ae155e818a4bbc1 to your computer and use it in GitHub Desktop.
Save JulioC/58556ae155e818a4bbc1 to your computer and use it in GitHub Desktop.
Unity Sublime Project for OmniSharp
{
"folders":
[
{
"file_exclude_patterns":
[
"*.meta",
"*.csproj",
"*.booproj",
"*.unityproj"
],
"folder_exclude_patterns":
[
"Assets/Scripts"
],
"folder_include_patterns":
[
"Assets",
"Assets/*"
],
"path": "."
},
{
"file_exclude_patterns":
[
"*.meta"
],
"path": "Assets\\Scripts"
},
{
"file_exclude_patterns":
[
"*.meta"
],
"path": "Assets\\Editor"
}
],
"solution_file": "./Platformer.sln"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment