c# - Why is git saying these attributes are not valid attributes? -


i'm using default .gitattributes file visual studio project on github whenever try commit throws "not valid attribute" errors.

the errors lines 1,12,20, 21, , 24. confusing me of lines returning errors commented out.

here file

**###############################################################################** # set default behavior automatically normalize line endings. ############################################################################### * text=auto  ############################################################################### # set default behavior command prompt diff. # # need earlier builds of msysgit not have on # default csharp files. # note: used command line **###############################################################################** #*.cs     diff=csharp  ############################################################################### # set merge driver project , solution files # # merging command prompt add diff markers files if there # conflicts (merging vs not affected settings below, in vs **# diff markers never inserted). diff markers may cause following**  **# file extensions fail load in vs. alternative treat** # these files binary , conflict , require user # intervention every merge. so, uncomment 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 image files # # image files treated binary default. ############################################################################### #*.jpg   binary #*.png   binary #*.gif   binary  ############################################################################### # diff behavior common document formats #  # convert binary document formats text before diffing them. feature # available command line. turn on uncommenting  # entries below. ############################################################################### #*.doc   diff=astextplain #*.doc   diff=astextplain #*.docx  diff=astextplain #*.docx  diff=astextplain #*.dot   diff=astextplain #*.dot   diff=astextplain #*.pdf   diff=astextplain #*.pdf   diff=astextplain #*.rtf   diff=astextplain #*.rtf   diff=astextplain 


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -