From 9e07fb233a28a0f1452952ef097d8a141dab984d Mon Sep 17 00:00:00 2001 From: softprops Date: Mon, 9 Sep 2019 18:08:33 +0900 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56220ce..b113dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk -node_modules +node_modules/ +__tests__/runner/*