Commit 8e169c9
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 <johannes.schindelin@gmx.de>1 parent a8b5919 commit 8e169c9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments