I am hitting the 10k limit. I am trying to exclude files and folders from being uploaded and but It seems like they are not being excluded. I am testing by just trying to deploy a new version to app engine.
Is there a way to test the deploy without actually deploying to app engine?
(I am using java app engine standard (not maven))
Thanks
One usual culprit here is using git, and accidentally uploading the contents
.git. If you are using git, adding.gitto theskip_files:section in yourapp.yaml(or as in exlusion an the<resource-files>section of yourappengine-web.xml) should cure the problem.