I have a git repository with git-lfs installed and I would like to have all PDF files above some size in LFS, but not all PDF files, as git-lfs supports. The reason for this is that I have many tiny PDF figure files in vector format which are ok to have in regular version control, and a few large PDFs.
Is it possible to configure git-lfs this way?
I use git from Atlassian source-tree and host the repository in bitbucket, maybe those support this more advanced use-case?