diff options
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/ |