‘Upgrade’ from Python 2.7 to Python 3.7

Python is a non-issue.  But App Engine took the opportunity to change everything.
This commit is contained in:
Neil Fraser
2020-02-03 14:33:59 -08:00
parent 819ed243c4
commit 85641fd1fb
7 changed files with 132 additions and 81 deletions

23
appengine/.gcloudignore Normal file
View File

@@ -0,0 +1,23 @@
# Do not upload these files.
.*
deploy
*.soy
static/appengine/
static/closure/
static/demos/plane/soy/*.jar
static/demos/plane/xlf/
static/externs/
static/i18n/
static/msg/json/
static/node_modules/
static/package/
static/theme_scripts/
static/typings/
static/build.py
static/gulpfile.js
static/jsconfig.json
static/LICENSE
static/package-lock.json
static/package.json
static/README.md