mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Allow vcxproj and sln files to merge as text.
This will cause Git to insert conflict markers in the file and make it easier to identify and fix merge conflicts. Previously, Git would complain about conflicts with these files, but no markers were inserted.
This commit is contained in:
parent
452f18fd8e
commit
9572c0dd22
1 changed files with 0 additions and 23 deletions
23
.gitattributes
vendored
23
.gitattributes
vendored
|
@ -12,29 +12,6 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Set the merge driver for project and solution files
|
|
||||||
#
|
|
||||||
# Merging from the command prompt will add diff markers to the files if there
|
|
||||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
|
||||||
# the diff markers are never inserted). Diff markers may cause the following
|
|
||||||
# file extensions to fail to load in VS. An alternative would be to treat
|
|
||||||
# these files as binary and thus will always conflict and require user
|
|
||||||
# intervention with every merge. To do so, just uncomment the entries below
|
|
||||||
###############################################################################
|
|
||||||
*.sln merge=binary
|
|
||||||
*.csproj merge=binary
|
|
||||||
*.vbproj merge=binary
|
|
||||||
*.vcxproj merge=binary
|
|
||||||
*.vcproj merge=binary
|
|
||||||
*.dbproj merge=binary
|
|
||||||
*.fsproj merge=binary
|
|
||||||
*.lsproj merge=binary
|
|
||||||
*.wixproj merge=binary
|
|
||||||
*.modelproj merge=binary
|
|
||||||
*.sqlproj merge=binary
|
|
||||||
*.wwaproj merge=binary
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# behavior for image files
|
# behavior for image files
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue