From 54c2a61c11de54b52c25011f11b843f68a03e5a2 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Thu, 9 Mar 2023 16:24:13 +0100 Subject: [PATCH] add .env type files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57d9655..3df790a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ volumes/ +.env \ No newline at end of file