https://github.com/angular/angular
Raw File
Tip revision: 8c66a2527045c0c99b0a8c07258cf36aa5044945 authored by Julie Ralph on 26 June 2015, 23:27:05 UTC
chore(test): remove TestBed
Tip revision: 8c66a25
.gitignore
.DS_STORE

# Don’t commit the following directories created by pub.
packages
pubspec.lock
.pub

/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

# Don't check in secret files
*secret.js

# Ignore npm debug log
npm-debug.log

/docs/bower_components/
back to top