Hi,
I also tried introducing an entry for the file in appengine-web.xml's
static / include block as shown below, but even that didn't make appcfg.sh
not skip the exclusion of this file.
<static-files>
<include path="/.aa/bb.config" />
</static-files>
How can I make appcfg include / deploy this content of the folder whose
name starts with "."?
Cheers,
Roshan
On Monday, 12 September 2016 08:08:46 UTC+5:30, roshan wrote:
>
> 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/bda8c93b-8a5f-48fd-834f-f791f8a5f5cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.