From 4bd702593c10df189cd4a0f6e6fb72e55de02198 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 19 Sep 2023 00:32:16 -0300 Subject: [PATCH] Ignore azure functions local settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e37efc..a438e35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ TestResults .vs .vscode .idea +local.settings.json *.suo *.sdf