When I try to git bigstore push or git bigstore pull, I get the following error: No bigstore gitattributes filters found. Is .gitattributes set up correctly?
In the code it looks like this message is printed when the regex can't find any bigstore filter, but I'm not sure why it's having trouble. I've tried a few different permutations of .gitattributes, but currently it looks like: *.stl filter=bigstore, as outlined in the README. Is there anything I'm missing here to be able to use bigstore push/pull?