From 1d2694eb05455e13e17549c63696ae1c81028ba9 Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Tue, 15 Mar 2022 13:50:29 +0100 Subject: [PATCH] Ignore local .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fd61b1c..27967f7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ coverage/ mochawesome-report/ dist/ node_modules/ +.env #Exclude tsc generated files