From a2c84468828f3dfc5e70e6590fd6ea9454c3eba2 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Sat, 8 May 2021 21:00:29 +0300 Subject: [PATCH] build: update '.vscodeignore' file --- .vscodeignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index a6d7f0c0..aef372ab 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,5 @@ .vscode/** +.github/** .ci/** typings/** fixtures/** @@ -6,8 +7,8 @@ src/** out/**/*.spec.* .editorconfig .gitignore -.prettierignore .mergify.yml tsconfig.json -tslint.json +.eslintrc.json +.eslintcache *.vsix