From 331b9f356a835af8d28378d44db15cfc7663ff41 Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Tue, 29 Jun 2010 15:51:31 +0800 Subject: [PATCH] Revert "Add 'skip_files' possibility into app.yaml" This reverts commit d667799e323827d10ed4d811f9c08f356397d5bc. By default, skip_files is already set - our definition is less comprehensive then the default and misses out some files - the .git repository, for one. --- app.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app.yaml b/app.yaml index 9b484b5..cecee8f 100644 --- a/app.yaml +++ b/app.yaml @@ -3,18 +3,6 @@ version: live runtime: python api_version: 1 -skip_files: | - ^(.*/)?( - (app\.yaml)| - (app\.yml)| - (index\.yaml)| - (index\.yml)| - (#.*#)| - (.*~)| - (.*\.py[co])| - )$ - - handlers: - url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py