Skip to content

Commit

Permalink
✨ Adds Visual Studio Live Share config
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 27, 2020
1 parent c630967 commit 2f3adc2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .vsls.json
@@ -0,0 +1,38 @@
{
"$schema": "http://json.schemastore.org/vsls",
"gitignore": "exclude",
"excludeFiles": [
"__pycache__",
"._*",
".cloud",
".esphome",
".homekit.state",
".ios.conf",
".spotify-token-cache",
".storage",
".theia",
".tradfri_psk.conf",
".Trash*",
".uuid",
".vscode",
"*.db-shm",
"*.db-wal",
"*.db",
"*.pyc",
"aircast.xml",
"airsonos.xml",
"deps",
"esphome/*/",
"google.token",
"html5_push_registrations.conf",
"ip_bans.yaml",
"known_devices.yaml",
"options.xml",
"OZW_Log.txt",
"pyozw.sqlite",
"secrets.yaml",
"zwcfg_*.xml",
"zwscene.xml"
],
"hideFiles": []
}

0 comments on commit 2f3adc2

Please sign in to comment.