From 3d27ea914999f3c6067bd9a100bb0595b7bdd581 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 7 Oct 2020 22:57:17 +0200 Subject: Ignore .env files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52d7734..bf1a15b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .DS_Store build +.env -- cgit