Should medley's sibling repos (esp. maybe soon to be submodules) have .gitattributes files?
If so, what should they state?
The maiko, loops and test repos don't have that file.
notecards does, but only designates *.notefile (UPPER and lower case) as -crlf.
(This seems incorrect since a .notefile appears to contain binary information!)
The medley repo .gitattributes file marks *.tedit, *.lcom, *.sketch, and *.dfasl all (both cases) as binary. I'm surprised that the lack of these being marked as binary in other repos hasn't broken things for someone.
I don't know what the file should contain for the maiko repo.
Should
medley's sibling repos (esp. maybe soon to be submodules) have.gitattributesfiles?If so, what should they state?
The
maiko,loopsandtestrepos don't have that file.notecardsdoes, but only designates*.notefile(UPPER and lower case) as-crlf.(This seems incorrect since a
.notefileappears to contain binary information!)The
medleyrepo.gitattributesfile marks*.tedit,*.lcom,*.sketch, and*.dfaslall (both cases) asbinary. I'm surprised that the lack of these being marked as binary in other repos hasn't broken things for someone.I don't know what the file should contain for the
maikorepo.