This uses tsd to fetch the typings from another git repo. I've forked the DefinitelyTyped repo because some typings we use are not available upstream. We should probably fork it in the Angular org, so everyone on the team has commit access to our DefinitelyTyped fork.
30 lines
436 B
Plaintext
30 lines
436 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
/dist/
|
||
packages/
|
||
.buildlog
|
||
node_modules
|
||
bower_components
|
||
.pub
|
||
.DS_STORE
|
||
|
||
# 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
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|
||
.c9
|
||
.idea/
|
||
*.swo
|
||
|
||
# Don't check in secret files
|
||
*secret.js
|
||
|
||
/docs/bower_components/
|