Commit Graph

3 Commits

Author SHA1 Message Date
Steven
22fbcfa180
chore(git): mark lib/* as generated in .gitattributes (#2908)
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
2023-07-31 17:43:35 -04:00
Chris. Webster
a34e86ed59
chore: avoid linefeed errors running on windows (#2277)
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>
2021-11-11 08:06:54 -06:00
Steven
a1c5862d7b Fix GitHub language via override 2018-02-15 11:28:53 -05:00