Blocked tb-dbot

Please unlock the “tb-dbot” project, I did nothing and the project was blocked …

Is it suspended? Show me the error

Hi @anyNoke,

I’ve un-suspended your project and given it additional disk space for 24 hours. This should give you the room needed to add files that are taking up too much space to .gitignore . Project files that take up alot of space are usually ones that your project rewrites often.

Once you have added larger files to .gitignore run the following commands in the project console:

git prune and hit enter
git gc and hit enter.
refresh and hit enter

This should free up the space you need.

If you have any questions, let us know!