From e82d16af3e4ac892e4a6fc15e64ed48bb6d878c8 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Tue, 16 May 2023 17:17:26 +0200 Subject: [PATCH] Added vsls config. --- .vsls.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vsls.json 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"] +}