From fa5644cf49e43584e987d8c99a1c7248eb7d380e Mon Sep 17 00:00:00 2001 From: Samuel Chen Date: Mon, 27 May 2019 16:55:18 +0800 Subject: [PATCH] update gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d00374..32ba0ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -.idea +.idea/ *.sqlite3 -tmp -temp +tmp/ +temp/ +.vscode/ TODO