From a1869a48bc127ac811711ed2f646bb3ee49b7a46 Mon Sep 17 00:00:00 2001 From: Imre Kincses Date: Fri, 17 Mar 2023 13:38:03 +0100 Subject: [PATCH] Gitignore changes --- .gitignore | 1 + nuget.config | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 nuget.config diff --git a/.gitignore b/.gitignore index b617ff3..ea52a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -194,6 +194,7 @@ publish/ # NuGet v3's project.json files produces more ignoreable files *.nuget.props *.nuget.targets +**/nuget.config # Microsoft Azure Build Output csx/ diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 7aa9ec7..0000000 --- a/nuget.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file