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 <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
