My repository uses git LFS and includes lines such as this one in its .gitattributes:
*.jar filter=lfs diff=lfs merge=lfs -text
There's one .jar file that I want to store in the repo directly, not involving LFS. Ideally, I would make LFS not apply to anything under the directory that contains that jar. Is there a way to do that?