Project storage at 80%?

Hello, My project storage is almost full, at 80% when I only have a couple files, some index files around 50kb, a sqlite file at around 600kb and that’s it, Could it be that my node modules count aswell? project name: strawbot
Thanks

Hello @SpeedyCraftah

Can you run the following commands in order from top to bottom in your console!

git prune
git gc

And tell me if that helps at all!

Git gc won’t run due to insufficient space, looks like I’ll be needing temp storage increase from one of the staff

Nevermind, the git gc ran anc cleared my space back to 6mb, thanks

1 Like

No problem!
Glad it worked for you!