From 70253ea584dfef14701c4da2452b8c3fc88eaecf Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 28 Jun 2016 09:00:45 -0500 Subject: [PATCH] chore(tests): Don't restart test server when modifying test file --- .nodemonignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.nodemonignore b/.nodemonignore index c698b88598..41c3d42b71 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -5,6 +5,7 @@ node_modules/** website/client/** website/views/** website/build/** +test/** .git/** Gruntfile.js CHANGELOG.md