This PR introduces: 1. Google Cloud Store bucket which contains build artifacts 2. Documentation on how to enable remote caching in development Each team member should download a service key. More convenient ways of authentication would be more obscure and prevent us from doing identity tracking of the produced artifacts. PR Close #27358
37 lines
492 B
Plaintext
37 lines
492 B
Plaintext
.DS_STORE
|
|
|
|
/dist/
|
|
/bazel-*
|
|
/integration/bazel/bazel-*
|
|
e2e_test.*
|
|
node_modules
|
|
bower_components
|
|
tools/gulp-tasks/cldr/cldr-data/
|
|
|
|
# Include when developing application packages.
|
|
pubspec.lock
|
|
.c9
|
|
.idea/
|
|
.settings/
|
|
*.swo
|
|
modules/.settings
|
|
.vscode
|
|
modules/.vscode
|
|
|
|
# Don't check in secret files
|
|
*secret.js
|
|
|
|
# Ignore npm/yarn debug log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# build-analytics
|
|
.build-analytics
|
|
|
|
# rollup-test output
|
|
/modules/rollup-test/dist/
|
|
|
|
# User specific bazel settings
|
|
.bazelrc.user
|
|
|