Is your feature request related to a problem? Please describe.
Our .gitattributes file is:
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar.gz filter=lfs diff=lfs merge=lfs -text
Regardless of file size, the files that match these patterns should be added through git-lfs.
Describe the solution you'd like
Ability to specify a list of file globs that are required to be modified through git-lfs only.
Better yet, process the .gitattributes file and look for filter=lfs automatically.
Is your feature request related to a problem? Please describe.
Our .gitattributes file is:
Regardless of file size, the files that match these patterns should be added through git-lfs.
Describe the solution you'd like
Ability to specify a list of file globs that are required to be modified through git-lfs only.
Better yet, process the .gitattributes file and look for
filter=lfsautomatically.