From 2d1709c88b77e353d8da2d922d9e0d135bb83ded Mon Sep 17 00:00:00 2001 From: Franco Barpp Gomes Date: Mon, 22 Apr 2024 08:14:46 -0300 Subject: [PATCH] Gitignore all .env files (#108) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57227510..99d721f0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,5 @@ aggregator.db # Test artifacts /test_data -# Operator setup environment variables -/operator-setup/.env +# Dotenv files +.env