aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-02-23 17:49:50 -0800
committerRob Mensching <rob@firegiant.com>2022-02-23 18:33:52 -0800
commit82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 (patch)
tree75ba1cf7a63dea85fc51ff1a6557d12854b34f53 /.gitignore
parenta19f847fe38ad9df88a0dc61ec2caa8ea0cd507f (diff)
downloadwix-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--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 2b62131b..85fdfe74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
210nuget.config 210# nuget.config
211 211
212# Microsoft Azure Build Output 212# Microsoft Azure Build Output
213csx/ 213csx/
@@ -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
394src/global.json 394global.json
395src/Directory.Packages.props 395Directory.Packages.props
396 396
397# Ignore downloaded tools 397# Ignore downloaded tools
398build/.tools/ 398build/.tools/