From f63f78603a44f25d112d1231a8f6bb106708f784 Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Tue, 19 Apr 2022 22:50:27 +0700 Subject: [PATCH] GitIgnore vscode and yarn --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e3beac..212262e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. /.obsidian /.idea -/.vscode /posts/.obsidian/ +/.vscode +/.yarn # dependencies /node_modules