From 82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 23 Feb 2022 17:49:50 -0800 Subject: Move nuget.config, global.json and Directory.Packages.props to root Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b62131b..85fdfe74 100644 --- a/.gitignore +++ b/.gitignore @@ -207,7 +207,7 @@ PublishScripts/ *.nuget.targets # Nuget personal access tokens and Credentials -nuget.config +# nuget.config # Microsoft Azure Build Output csx/ @@ -391,8 +391,8 @@ FodyWeavers.xsd # WiX Specific Ignores # Ignore global.json and Directory.Package.props since they are generated -src/global.json -src/Directory.Packages.props +global.json +Directory.Packages.props # Ignore downloaded tools build/.tools/ -- cgit v1.2.3-55-g6feb