From 89b518c123d83768f27a88265e696815c9ed60e2 Mon Sep 17 00:00:00 2001 From: Kyriakos Sidiropoulos Date: Mon, 13 May 2024 15:40:46 +0200 Subject: [PATCH] feat (.gitignore): forbid nuget.config files from getting checked in at all [skip ci] --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 36ba2606..95412dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -394,3 +394,7 @@ version.txt *.Tests.xml *.Tests.htm* + +# we dont want to allow any local nuget.configs to be checked in as they can cause issues with the build and/or contain hardcoded API keys with write access to the +# nuget feed and this is something we definitely want to avoid at all costs for obvious reasons such nuget.config files should be remain local to each dev machine +[Nn][Uu][Gg][Ee][Tt].[Cc][Oo][Nn][Ff][Ii][Gg]