Project aragional suspended

my project name: aragional

please delete unnecessary modules

Reason: You exceeded the disk space limit on node_modules. If you feel this has been an error, contact us at support@glitch.com

Please contact us if you have any questions

You might have wait for @Glitch_Response (or @tasha) to give you temporary extra disk space so that you can delete unnecessary modules and remove suspension of your project!

1 Like

Hi @Erensi_28!

I’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!