mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
‘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:
23
appengine/.gcloudignore
Normal file
23
appengine/.gcloudignore
Normal 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
|
||||
Reference in New Issue
Block a user