Skip to content

Instantly share code, notes, and snippets.

@felixklauke
Last active December 22, 2018 11:40
Show Gist options
  • Save felixklauke/357b2cb54c70f22ee400a0952653a448 to your computer and use it in GitHub Desktop.
Save felixklauke/357b2cb54c70f22ee400a0952653a448 to your computer and use it in GitHub Desktop.
runtime: python27
api_version: 1
threadsafe: yes
env_variables:
API_KEY: <API key for projects app engine>
handlers:
- url: /
static_files: dist/index.html
upload: dist/index.html
- url: /
static_dir: dist
skip_files:
- e2e/
- node_modules/
- src/
- ^(.*/)?\..*$
- ^(.*/)?.*\.json$
- ^(.*/)?.*\.md$
- ^(.*/)?.*\.yaml$
- ^LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment