mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
Make the gcloudignore directives more specific by using a leading /. Update instructions. Remove guidance on creating compressed-only deploy
25 lines
422 B
Plaintext
25 lines
422 B
Plaintext
# Do not upload these files.
|
|
.*
|
|
*.soy
|
|
*.komodoproject
|
|
/deploy
|
|
/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
|