da1272f368
This is pretty experimental, but the goal is to track the performance of our build over time so that we can more easily track perf regressions. Currently it's integrated only with gulp tasks, but I'd like to expand it to tracking travis jobs, protractor/benchpress test runs, npm installs, etc. No PII is being collected. And the data is collected via a Google Analytics property owned by the Angular team account. Closes #4672
47 lines
640 B
Plaintext
47 lines
640 B
Plaintext
.DS_STORE
|
||
|
||
# Don’t commit the following directories created by pub.
|
||
packages
|
||
pubspec.lock
|
||
.pub
|
||
.packages
|
||
|
||
/dist/
|
||
.buildlog
|
||
node_modules
|
||
bower_components
|
||
|
||
# Or broccoli working directory
|
||
tmp
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.dart.precompiled.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Or type definitions we mirror from github
|
||
**/typings/**/*.d.ts
|
||
**/typings/tsd.cached.json
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|
||
.c9
|
||
.idea/
|
||
*.swo
|
||
modules/.settings
|
||
.vscode
|
||
modules/.vscode
|
||
|
||
# Don't check in secret files
|
||
*secret.js
|
||
|
||
# Ignore npm debug log
|
||
npm-debug.log
|
||
|
||
/docs/bower_components/
|
||
|
||
# build-analytics
|
||
.build-analytics
|