From 805c8e75df8c5ae33692eacd85b244700beb6488 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Mon, 11 Oct 2021 14:50:48 +0200 Subject: [PATCH] Ignore .env.local --- frontend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 09dc7db9ed..7c68ab2ea8 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -50,4 +50,5 @@ build .DS_Store cypress/videos/* -cypress/screenshots/* \ No newline at end of file +cypress/screenshots/* +.env.local