lib/*
.gitattributes
This PR adds `lib/*` and `marked.min.js` to the `.gitattributes` file in order to suppress them in diffs. See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
Some tests fail on windows due to `\r\n` vs `\n`: code_compensation_indent code_consistent_newline whiltespace_lines (sic) Updated .gitattributes to preserve the `eol` value. Signed-off-by: Chris. Webster <chris@webstech.net>