diff --git a/.vsls.json b/.vsls.json new file mode 100644 index 0000000..f2cadf5 --- /dev/null +++ b/.vsls.json @@ -0,0 +1,6 @@ +{ + "$schema": "http://json.schemastore.org/vsls", + "gitignore": "hide", + "excludeFiles": ["!node_modules"], + "hideFiles": ["node_modules"] +}