mirror of https://github.com/dapr/dotnet-sdk.git
Add coverlet output to gitignore (#448)
Makes sure we exclude the generated `coverage.json` files from git. We don't want these to get accidentally committed if someone is running coverage on their own machine.
This commit is contained in:
parent
b07675c001
commit
bf1d83e68e
|
|
@ -84,3 +84,6 @@ bld/
|
|||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# coverlet code coverage results
|
||||
coverage.json
|
||||
Loading…
Reference in New Issue