Skip to content

Instantly share code, notes, and snippets.

@cajun-code
Last active September 11, 2015 19:31
Show Gist options
  • Save cajun-code/4a3b417363dd5a187600 to your computer and use it in GitHub Desktop.
Save cajun-code/4a3b417363dd5a187600 to your computer and use it in GitHub Desktop.
VSCode User Unity Settings
// Place your settings in this file to overwrite the default settings
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.meta":true,
"**/Library":true,
"**/obj":true,
"**/Temp":true,
"**/ProjectSettings": true,
"**/*.unityproj": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment