From 90700e950eca233d9dc6045644da8a65b8f427df Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 21 Oct 2020 22:21:55 +0200 Subject: [PATCH] Add /.vscode and /.*.json to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b60de5b5..cf5857b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ **/target +/.*.json +/.vscode