From 31402675a11343aa2bb872483cbefb8dda2d885e Mon Sep 17 00:00:00 2001 From: Peter Bull Hove Date: Wed, 30 Oct 2024 12:56:01 +0100 Subject: [PATCH] fix: add local settings to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d195c0..27d0e11 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,5 @@ terraform.rc **/.idea api/AquaApi/appsettings.Development.json -**/appsettings.Development.json \ No newline at end of file +**/appsettings.Development.json +src/DataGeneratorFunction/local.settings.json