From 583bc998c287d9a408e7461955d2032af6dd6de9 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Mon, 13 Jan 2020 14:50:34 +0100 Subject: [PATCH] chore(git): ignore IDE files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21618d4f..7c520063 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ npm-debug.log coverage /examples/tmp-docs .nyc_output -test/fixtures/cyclic-out/ \ No newline at end of file +test/fixtures/cyclic-out/ +/.vscode