From 1d4fc7adc699b2bfb528020d8d5f315547435059 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Mon, 21 Oct 2024 14:32:12 +0900 Subject: [PATCH] ignore .env file Signed-off-by: Scott Trent --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ddef438..0fa175c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ temp-prometheus.yaml .susql-deploy-info-last.txt c3-susql-config.yaml nohup.out +.env