Move workhorse testdata to LFS
This is to fix an issue with master
. On a clean clone I get this:
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: "workhorse/testdata/file-\303\244.pdf"
modified: workhorse/testdata/file.pdf
this is due to the files being in .gitattributes
as something that should always be in LFS.
You can read more here about this on the related issue upstream: https://github.com/git-lfs/git-lfs/issues/1939