chore: add coverage directory to .gitignore

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent 9e656b7745
commit 7afe0cf6c1
+3
View File
@@ -3,6 +3,9 @@
##
## Get latest from `dotnet new gitignore`
# coverage
coverage/
# appsettings
appsettings*.json
!appsettings.Example.json