My glitch project won't load at all

My project is stuck trying to load the editor no matter how long I wait. The app itself loads fine, though.
Link: http://arrasio-world.glitch.me/

What’s worse, I don’t even have a backup of my project. Help would truly be appreciated.

Hey @Dooky7796!

It looks like your project got locked up because it was approaching the disk space limit. I was able to get the editor to open again. Before you do anything else with the project, you should add files that are taking up too much space to .gitignore and then run the commands, git prune and git gc.

If you need help doing this, or find that you still cannot access the project editor, let me know.

Thank you for unlocking my project. How can I tell which files are taking up too space? Also, yes I would love help running the commands.

Any files that are edited alot by your project for instance a database should be added to the gitignore file!

Where would the gitignore file typically be located?

It is typically located in the /app/ directory (just type .gitignore) into the “New File” prompt.