Thanks, that's what I'm looking for :)

On Thu, Nov 4, 2010 at 1:24 AM, 风笑雪 <kea...@gmail.com> wrote:
> Add skip_files section in you app.yaml like this:
>
> skip_files: |
>  ^(.*/)?(
>  (app\.yaml)|
>  (#.*#)|
>  (.*~)|
>  (.*\.py[co])|
>  (.*/RCS/.*)|
>  (\..*)|
>  (.*/\.svn/.*)|
>  (.*/Thumbs\.db)|
>  )$
>
>  (\..*) means any filename begin with '.'
> ----------
> keakon
>
>
>
> On Thu, Nov 4, 2010 at 10:35 AM, Rafael Sierra <rafaeljs...@gmail.com> wrote:
>> Isn't there any way to avoid upload .hg, .orig, and many others backup
>> files? Something like .hgignore
>>
>> --
>> Rafael Sierra
>> http://blog.rafaelsdm.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To post to this group, send email to google-appeng...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>



-- 
Rafael Sierra
http://blog.rafaelsdm.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to