diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-23 17:49:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-23 18:33:52 -0800 |
commit | 82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 (patch) | |
tree | 75ba1cf7a63dea85fc51ff1a6557d12854b34f53 /.gitignore | |
parent | a19f847fe38ad9df88a0dc61ec2caa8ea0cd507f (diff) | |
download | wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.gz wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.bz2 wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -207,7 +207,7 @@ PublishScripts/ | |||
207 | *.nuget.targets | 207 | *.nuget.targets |
208 | 208 | ||
209 | # Nuget personal access tokens and Credentials | 209 | # Nuget personal access tokens and Credentials |
210 | nuget.config | 210 | # nuget.config |
211 | 211 | ||
212 | # Microsoft Azure Build Output | 212 | # Microsoft Azure Build Output |
213 | csx/ | 213 | csx/ |
@@ -391,8 +391,8 @@ FodyWeavers.xsd | |||
391 | # WiX Specific Ignores | 391 | # WiX Specific Ignores |
392 | 392 | ||
393 | # Ignore global.json and Directory.Package.props since they are generated | 393 | # Ignore global.json and Directory.Package.props since they are generated |
394 | src/global.json | 394 | global.json |
395 | src/Directory.Packages.props | 395 | Directory.Packages.props |
396 | 396 | ||
397 | # Ignore downloaded tools | 397 | # Ignore downloaded tools |
398 | build/.tools/ | 398 | build/.tools/ |