From f90cbeb089422641758cdc3cb60f0dddb262a9e6 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sun, 8 Nov 2020 14:27:19 +0100 Subject: [PATCH] add `.env.local` to `.gitignore` (#2357) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7cc734ca3e..af57868736 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ yarn.lock dist/ .eslintcache *.tgz + +.env.local +.env.development.local +.env.test.local +.env.production.local