Commit 71d821f2 authored by neil.fraser@gmail.com's avatar neil.fraser@gmail.com

Fix wiki link (issue 244) and add skiped file list for App Engine

git-svn-id: http://blockly.googlecode.com/svn/trunk@1754 c400ca83-b69d-9dd7-9705-49c6b8615e23
parent e46e6242
......@@ -110,3 +110,18 @@ handlers:
upload: robots\.txt
secure: always
skip_files:
# App Engine default patterns.
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
# Custom skip patterns.
- ^static/appengine/.*$
- ^static/apps/json/.*$
- ^static/apps/_soy/.+\.jar$
- ^static/i18n/.*$
- ^static/msg/json/.*$
- ^.+\.soy$
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment