From 0bb9ff9a74eb55309699eb3c393abbef9f743950 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 13 Aug 2018 00:12:30 +0900 Subject: [PATCH] Add .vsls.json --- .vsls.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vsls.json diff --git a/.vsls.json b/.vsls.json new file mode 100644 index 000000000..3fff86244 --- /dev/null +++ b/.vsls.json @@ -0,0 +1,4 @@ +{ + "$schema": "http://json.schemastore.org/vsls", + "gitignore": "exclude" +}