From 6c6a4fe4e34b65b0427e2e08bbdaf1fabb23bdc6 Mon Sep 17 00:00:00 2001 From: caohaidi Date: Fri, 28 Dec 2018 18:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57ed05a6..793ce9cf 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,7 @@ test/bin/ *.swp # macOS -*.DS_Store \ No newline at end of file +*.DS_Store + +# vs code +.vscode/ \ No newline at end of file