From dde848e23783907dbd5654f1d2c42ff522a37b4f Mon Sep 17 00:00:00 2001 From: phiko-misc Date: Tue, 24 Oct 2023 15:26:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor(env):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8f322f0..61f83aa 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +*.env*