From 512155bc9f2b1cac7e4969cb047f40c4785c8a61 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Thu, 11 Jun 2015 21:28:21 -0400 Subject: [PATCH] git-ignore .node-version There is no .npmignore so npm will fallback to .gitignore to determine which files to omit from the package. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67998e376..87d46e6aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .hubot_history +.node-version