Git LFS File Store

Hello,

I’m trying to use git lfs to track changes being made in an xlsb file. While the add/commit/push seems to be working fine and git lfs track says that it is tracking the xlsb, it doesn’t seem to be working, the repository size keeps increasing and I can’t find the actual files on the server anywhere.

I’ve amended the app.ini on the server to include

[server]
; Enables git-lfs support. true or false, default is false.
LFS_START_SERVER = true
; Where your lfs files reside, default is data/lfs.
LFS_CONTENT_PATH = /home/gitea/data/lfs

And installed git lfs track in the command line and it says it is tracking my xlsbs.

Does anyone know where I might be able to find the actual files and why my repository keeps growing so significantly.

Thanks