From my understanding .gitattributes works similar as .gitignore.
If I define a filter in .gitattributes, this filter will take effect and the files will be transferred to LFS.
In every GIT LFS related document (official documentation, stackoverflow answers, ...) it is recommended to run git lfs track.
Does git lfs track do anything else than writing the filter to .gitattributes?