https://github.com/angular/angular
Raw File
Tip revision: 94332affd37807e15a31f5b26c8f4a984c34dcc9 authored by Jason Aden on 22 August 2018, 22:49:11 UTC
release: cut the v7.0.0-beta.3 release
Tip revision: 94332af
.gitignore
.DS_STORE

/dist/
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
.bazelrc
.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/
back to top