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