diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-07 03:26:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
commit | 4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch) | |
tree | 40a5eee15554c599086f12d0d426ba37060b050a /.gitignore | |
parent | 973a1764223d7313beef03a66f6218905b07870b (diff) | |
download | wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2 wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip |
Move to ReleaseFlow and SomeVer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -393,8 +393,7 @@ FodyWeavers.xsd | |||
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 | global.json | 394 | global.json |
395 | Directory.Packages.props | 395 | Directory.Packages.props |
396 | build/wixver.props | 396 | build/SomeVerInfo.* |
397 | build/ThisAssembly.WixVer.cs | ||
398 | 397 | ||
399 | # Ignore downloaded tools | 398 | # Ignore downloaded tools |
400 | build/.tools/ | 399 | build/.tools/ |