application: frontendcentral-docs
version: 2
runtime: python27
api_version: 1
threadsafe: false

libraries:
- name: webapp2
  version: "2.5.1"

handlers:

- url: /doc
  static_dir: doc

- url: /.*
  script: main.app

skip_files:
  - ^(.*/)?app\.yaml
  - ^(.*/)?#.*#
  - ^(.*/)?.*~
  - ^(.*/)?.*\.py[co]
  - ^(.*/)?.*/RCS/.*
  - ^(.*/)?\..*
  - ^(.*/)?.*\.bak$
  - ^(.*/)?static/sass
  - ^(.*/)*.scss
  - ^(.*/)*.md
  - ^node_modules*
  - ^.sass-cache*
