chore: ignore appsettings.Development.json to prevent secrets leak
This commit is contained in:
parent
ef42797b31
commit
f5ff724341
|
|
@ -4,6 +4,9 @@ obj/
|
|||
/packages/
|
||||
out/
|
||||
|
||||
## Secrets
|
||||
appsettings.Development.json
|
||||
|
||||
## IDE - Rider / IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
|
|
|
|||
Loading…
Reference in New Issue