From ac32ef4301b0a6b2e683ba86b63f5921567cdb40 Mon Sep 17 00:00:00 2001 From: Peter Woo Date: Wed, 15 Feb 2017 15:33:53 -0800 Subject: [PATCH] Ignore .env --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 60b098e..4ac8800 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ node_modules # Local configuration docker-compose.yml config/custom-environment-variables.json +.env # Redis database file dump.rdb