From 605d61b64fac86c0172f32ea1132eb16cfa44c20 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Sun, 23 Oct 2016 13:28:08 +0300 Subject: [PATCH] Ignore `.env` files that set the environment --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2fb4e7e..2e91366 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ example/*.log docs/ npm-debug.log /.idea/ +.env