From 2da372d20dd0e023feb7e2da391dd0971da6a73d Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 21 May 2025 02:56:39 +0200 Subject: [PATCH] chore(gitignore): add dist/ and .env files to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8606d7a..8be577f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ coverage/ -dist/ \ No newline at end of file +dist/ +**/.env