From 84ba85490c736acf4a148f899accbd7fec6af76d Mon Sep 17 00:00:00 2001 From: rowell_m_soriano Date: Thu, 25 Jun 2026 17:15:47 +0800 Subject: [PATCH] Add .gitignore, remove build artifacts from tracking --- $null | 1 + .gitignore | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 $null diff --git a/$null b/$null new file mode 100644 index 0000000..b794458 --- /dev/null +++ b/$null @@ -0,0 +1 @@ +fatal: pathspec 'CPRNIMS.WebApi/appsettings.Production.json' did not match any files diff --git a/.gitignore b/.gitignore index f221b1a..5b31663 100644 --- a/.gitignore +++ b/.gitignore @@ -40,9 +40,9 @@ artifacts/ msbuild.log msbuild.err -# User-specific & secrets — IMPORTANT -appsettings.Development.json -appsettings.*.Local.json +# Environment-specific config with secrets +appsettings.*.json +!appsettings.json *.dev.json secrets.json *.pfx \ No newline at end of file