Skip to content

Commit 4c83039

Browse files
committed
Ensure git does not modify manifests
Ensure git does NOT modify manifests to prevent hash mismatch. Without this change one would get the following error on running setup.exe deployed over the web: "Application manifest has either a different computed hash than the one specified or no hash specified at all"
1 parent c670490 commit 4c83039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
*.PDF diff=astextplain
1616
*.rtf diff=astextplain
1717
*.RTF diff=astextplain
18+
19+
*.vsto binary
20+
*.deploy binary
21+
*.manifest binary

0 commit comments

Comments
 (0)