From b3dec93039f9da3d9ecaee89dec7cb62d8097139 Mon Sep 17 00:00:00 2001 From: CDaut Date: Sun, 29 May 2022 18:35:19 +0200 Subject: [PATCH] added enviroment file to gitignore to not leak secrets --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7618de8..9541438 100644 --- a/.gitignore +++ b/.gitignore @@ -279,4 +279,6 @@ fabric.properties # Azure Toolkit for IntelliJ plugin # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij -.idea/**/azureSettings.xmlnn \ No newline at end of file +.idea/**/azureSettings.xmlnn + +envvars.env \ No newline at end of file