From e9a92306993bb9ea961ed8334cffb0a41da276cd Mon Sep 17 00:00:00 2001 From: Emil Ivanichkov Date: Mon, 29 Jan 2024 19:01:55 +0200 Subject: [PATCH] config(gitignore): Ignore the `.env` file # Please enter the commit message for your changes. Lines starting --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f62a2ec2..3c9dc8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# The .env file +.env + # Logs logs *.log