Add wix exclusions to .gitignore

This commit is contained in:
Jordan Dominion
2023-07-02 03:42:10 -04:00
parent 5d1e7bc27e
commit c9a73c2af9
+8
View File
@@ -12,6 +12,14 @@ indent_size = 4
indent_style = space
indent_size = 2
[*.wxs]
indent_style = space
indent_size = 2
[*.wixproj]
indent_style = space
indent_size = 2
[*.dm]
indent_style = tab
indent_size = 4