I have built a Node.js app and what I do to deploy is cd into my project\'s directory and run gcloud preview app deploy. This works, but in the fil
cd
gcloud preview app deploy
I believe you will want to use the skip_files directive in your app.yaml to exclude paths or files you do not want deployed.
Something like:
skip_files: - ^your_data_dir/.*\.json?