Hi,
I occasionally compress my Godot project folder and upload to our website. The project's folder size is about 2GB though? What can I take out of the project's folder to make it much smaller while keeping a full backup? Let me know, thanks!
Jesse https://2dheaven.com
If you're using the android build template, there's a lot of boilerplate you could leave out. I generally only change one file in mine, so I leave everything else in the android directory out of git and backups.
The .import subfolder doesn't need to be backed up, since it's generated automatically.