From 7c287ed93120af1dd27cbb38849ae8bc65b6bda7 Mon Sep 17 00:00:00 2001 From: alilthumuch Date: Sun, 29 Jul 2018 12:15:51 -0700 Subject: [PATCH] Update gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6478c3d..f5df5722 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ -coverage +coverage/ node_modules/ config.js -.DS_Store \ No newline at end of file +.DS_Store + +client/specs/false/ \ No newline at end of file