Hi, I tried introducing an App.yaml file with the custom skip_files entries, but it's not helping. I still couldn't get *".aa/bb.config"* to get uploaded to app engine.
Mine is a java app and not a python app, btw. Is this mechanism even supported for a Java app? Cheers, Roshan On Monday, 12 September 2016 00:46:07 UTC+5:30, Vitaly Bogomolov wrote: > > Hi, Roshan > > You need to define your own "skip_files" directive in app.yaml file. > > The skip_files has the following default: > > > skip_files: > > > - ^(.*/)?#.*#$ > > - ^(.*/)?.*~$ > > - ^(.*/)?.*\.py[co]$ > > - ^(.*/)?.*/RCS/.*$ > > - ^(.*/)?\..*$ > > > https://cloud.google.com/appengine/docs/python/config/appref > > > WBR, Vitaly. > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f3c31415-2664-41f3-b1f2-7a673f2486d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
