Skip to content

Instantly share code, notes, and snippets.

@adlerdias
Created January 3, 2019 18:10
Show Gist options
  • Save adlerdias/87e6d947cc1e0600df48ca13247c49f1 to your computer and use it in GitHub Desktop.
Save adlerdias/87e6d947cc1e0600df48ca13247c49f1 to your computer and use it in GitHub Desktop.
Code Live Share - keep sensitive files away from the guests. You can exclude and include content by adding a .vsls.json file.
{
"$schema": "http://json.schemastore.org/vsls",
"gitignore":"exclude",
"excludeFiles":[
".env",
".vscode",
"!node_modules"
],
"hideFiles": [
"build",
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment