From b47f4e675caf2689441c8342f3819317701a7d8e Mon Sep 17 00:00:00 2001 From: haidy Date: Sat, 29 Dec 2018 21:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitignore=E6=96=87=E4=BB=B6?= 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 793ce9cf..338e0303 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,7 @@ test/bin/ *.DS_Store # vs code -.vscode/ \ No newline at end of file +.vscode/ + +# idea +.idea/ \ No newline at end of file