Add .gitignore, remove build artifacts from tracking

This commit is contained in:
rowell_m_soriano 2026-06-25 17:15:47 +08:00
parent c9fc25832f
commit 84ba85490c
2 changed files with 4 additions and 3 deletions

1
$null Normal file
View File

@ -0,0 +1 @@
fatal: pathspec 'CPRNIMS.WebApi/appsettings.Production.json' did not match any files

6
.gitignore vendored
View File

@ -40,9 +40,9 @@ artifacts/
msbuild.log msbuild.log
msbuild.err msbuild.err
# User-specific & secrets — IMPORTANT # Environment-specific config with secrets
appsettings.Development.json appsettings.*.json
appsettings.*.Local.json !appsettings.json
*.dev.json *.dev.json
secrets.json secrets.json
*.pfx *.pfx