chore: add appsettings to gitignore

This commit is contained in:
Stevan Freeborn
2026-04-06 09:02:52 -05:00
parent 5134412c9f
commit ab57ac5a13
+4
View File
@@ -3,6 +3,10 @@
##
## Get latest from `dotnet new gitignore`
# appsettings
appsettings*.json
!appsettings.Example.json
# dotenv files
.env