From 89742c10c4051fcd2c89a9ba5813acfad8f5aa5e Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 3 Jul 2024 18:26:21 -0300 Subject: [PATCH] chore: ignore .env file Necessary to don't version .env file. This file is used when use the command act: https://nektosact.com/usage/index.html#envsecrets-files-structure Signed-off-by: Vitor Mattos --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ccdf67ab2..1aee29c22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .vscode +.env *.iml /vendor/ /vendor-bin/**/vendor/