Skip to content

Commit 8e169c9

Browse files
committed
Ignore a couple of files
The `host.json` file should no longer be necessary as -- according to https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json -- it is only applicable to Azure Functions runtimes up to v2.x, and we already use v4.x. But hey, it's tradition to ignore the `host.json` file. Also, ignore the `local.settings.json` file. This is more relevant: when testing the Azure Function locally, this file will contain the secrets, among other things, and should therefore never be committed. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a8b5919 commit 8e169c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/host.json
2+
/local.settings.json

0 commit comments

Comments
 (0)