How to avoid running out of disk space with a database on Glitch
February 19, 2020
Since originally writing this blog post, I’ve since found that the best way to solve a problem like this is to add the database file(s) to your .gitignore
file.
This tells git not to keep a record of changes to your database, which avoids clogging up your disk space with local git history.
Subscribe to my newsletter!
A weekly round-up of new blog posts and updates to projects I’m working on.