Disk Storage Full

My storage just got filled up out of the blue and I saw that my app’s storage is 100% used with 64kbit left.
Help me!
Thank you
-Deniernal354

Try to enable-pnpm or rm -rf .git

1 Like

rm -rf .git is gonna remove all my .git files which are glitch’s snapshots so I don’t wanna loose them.
Also thank you

To get at least some space back on your project so it functions properly again, run git prune and git gc. Then remove any unused or unnecessary files from your project.

2 Likes

Ok thanks Gareth I’ll try that.

Thanks Gareth that worked and fixed my issue. Thanks a lot again.

1 Like