Blocked project

Please unlock the “tb-dbot” project or provide a link to download the project

Hi @anyNoke!

We’ve given your project 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. This includes any .sqlite files.

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!