Remove Google App Engine config

This commit is contained in:
Alan Orth 2021-03-14 16:07:26 +02:00
parent 1d46d490cb
commit f42a83c7ab
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 32 deletions

View File

@ -1,24 +0,0 @@
# This file specifies files that are *not* uploaded to Google Cloud Platform
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).
#
# For more information, run:
# $ gcloud topic gcloudignore
#
.gcloudignore
# If you would like to upload your .git directory, .gitignore file or files
# from your .gitignore file, remove the corresponding line
# below:
.git
.gitignore
# Ignores from local project
node_modules
source
*.sqlite
# Python pycache:
__pycache__/
# Ignored by the build system
/setup.cfg

View File

@ -1,8 +0,0 @@
runtime: python39
entrypoint: gunicorn -b :$PORT main:app
handlers:
- url: /static/css/v1
static_dir: static/css/v1
http_headers:
Cache-Control: private