From 955479352074ae5b0ac5cccd2cea45704d8f6bbc Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 12 Aug 2020 23:25:43 +0200 Subject: [PATCH] ignore .env as well --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 333811e..b4fe679 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ yarn-debug.log* yarn-error.log* # local env files +.env .env.local .env.development.local .env.test.local