I got an email from GitHub telling me that I'm nearing my quota for Git LFS, which is 1 GB. However, when using git lfs ls-files
, it shows only 3 files for a total of about 100 MB. At some point in the past I remember adding an ~800 MB file to Git LFS, before deleting it, but it seems that's still counting against me.
The file would have an ".spp" extension on it, but it doesn't show up in ls-files
. At this point I'm just trying to find the ID of the file so I can hopefully delete it from history, but I can't even find the file.
Is there some way to go through git lfs history to find all files ever added, even if they're no longer there?
Thanks.