chore(udt-001): repo scaffold with central package management

This commit is contained in:
2026-04-13 21:35:51 -03:00
parent 376373a801
commit c666729685
3 changed files with 79 additions and 0 deletions

35
.gitignore vendored
View File

@@ -29,6 +29,41 @@ yarn-error.log*
#.env.production.local
# ----------------------------------------------------------------------------
# ## .NET Build Artifacts ##
# ----------------------------------------------------------------------------
[Bb]in/
[Oo]bj/
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
TestResults/
*.trx
*.coverage
*.coveragexml
# ----------------------------------------------------------------------------
# ## JWT / Security Keys ##
# ----------------------------------------------------------------------------
src/api/SIGCM2.Api/keys/*.pem
# ----------------------------------------------------------------------------
# ## ASP.NET Core local secrets ##
# ----------------------------------------------------------------------------
src/api/SIGCM2.Api/appsettings.Development.json
src/api/SIGCM2.Api/appsettings.Test.json
tests/SIGCM2.Api.Tests/appsettings.Test.json
tests/SIGCM2.Application.Tests/appsettings.Test.json
# ----------------------------------------------------------------------------
# ## Frontend Build Artifacts ##
# ----------------------------------------------------------------------------
src/web/dist/
src/web/node_modules/
src/web/.vite/
# ----------------------------------------------------------------------------
# ## Documentación ##
# ----------------------------------------------------------------------------