Follow up to gcloud app deploy : This deployment has too many file I am trying to deploy my App Engine Standard app to Google Cloud, but I get an error saying that I am trying to download too many files:
This deployment has too many files. New versions are limited to 10000 files for this app.
I have only changed 4 files, but it seems to trying to download a whole lot more.
How do I find out what these 10k files are that are being included in my deploy so I can start excluding them in my skip_files
in app.yaml
?