From 618bdcd305fcc63a51a62eecaee5f7a729958052 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Tue, 15 Apr 2014 16:27:41 -0400 Subject: [PATCH] Ignore .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 197cee1..09e9d14 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ build/Release node_modules *~ +.env