https://github.com/angular/angular
Raw File
Tip revision: 58698d78066bd9f7c61b7cdce47a05e90ee87435 authored by Igor Minar on 02 August 2018, 20:50:39 UTC
release: cut the v6.1.1 release
Tip revision: 58698d7
.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