From d481c5e966433034925a39cd5495f721fc0a743f Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 23 May 2016 08:57:18 -0700 Subject: [PATCH] remove .next from ignored --- lib/ignored.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ignored.js b/lib/ignored.js index 59588a1..f6d442a 100644 --- a/lib/ignored.js +++ b/lib/ignored.js @@ -3,7 +3,6 @@ export default [ '.hg', '.git', '.svn', - '.next', '.dockerignore', '.gitignore', '.npmrc',