diff --git a/.vsls.json b/.vsls.json new file mode 100644 index 00000000..1f82b076 --- /dev/null +++ b/.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": [] +}