From 1c2b348ee3e7a8a6c58cce3bbbb3a5d85087ff8d Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Thu, 22 May 2025 13:46:54 -0600 Subject: [PATCH] Add .env.bak to .gitignore - Included .env.bak in the .gitignore file to prevent backup environment files from being tracked by Git, ensuring a cleaner repository and reducing the risk of accidentally committing sensitive information. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7314e07..df1df15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .env +.env.bak .env.test volumes/ shared/