From 65bb490baccdf86bed760dc944b53b6fd7c8f01f Mon Sep 17 00:00:00 2001 From: kaorun343 Date: Mon, 17 Jun 2019 21:21:49 +0900 Subject: [PATCH] Fix .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0edc7e6..ae3df1a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ lib node_modules npm-debug.log src/*.js -test/*.spec.js +tests/*.spec.js package-lock.json .vscode/setting.json .idea