From 27e2ceffaad841ec91cb796fdeee9da22e12f3c6 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Wed, 14 Jul 2021 12:31:00 +0530 Subject: [PATCH] gitignore is updated (#211) Co-authored-by: NIDHI TANDON --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fba7f3ae19..08ab4294b3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ frontend/src/constants/env.ts **/storage **/locust-scripts/__pycache__/ +frontend/*.env