From eed6c37d56cdc22892851e5336fc32c7c9f96e99 Mon Sep 17 00:00:00 2001 From: Nuzhy-Deriv <125249108+Nuzhy-Deriv@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:50:48 +0800 Subject: [PATCH] chore: ignore env files in gitignore (#194) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c8082ce..a00d0cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ dist node_modules coverage .DS_Store -build-storybook.log \ No newline at end of file +build-storybook.log +.env +.env.* +*.env \ No newline at end of file