https://github.com/angular/angular
Raw File
Tip revision: 24db1ed9384827989fea1100dc4b2173d70cac32 authored by Alex Rickabaugh on 02 August 2017, 20:00:35 UTC
docs: add changelog for 4.3.3
Tip revision: 24db1ed
.gitignore
# boilerplate files
**/src/styles.css
**/src/systemjs-angular-loader.js
**/src/systemjs.config.js
**/src/tsconfig.json
**/bs-config.e2e.json
**/bs-config.json
**/package.json
**/tslint.json
**/karma.conf.js
**/karma-test-shim.js
**/browser-test-shim.js
**/node_modules

# built files
*.map
_test-output
protractor-helpers.js
*/e2e-spec.js
**/*.js
**/ts/**/*.js
**/js-es6*/**/*.js
dist/


# special
!/*
!*.1.*
!*.2.*
!*.3.*
*.1.js
*.2.js
*.3.js
*.1.js.map
*.2.js.map
*.3.js.map
!systemjs.config.*.js
!karma-test-shim.*.js
!copy-dist-files.js

# AngularJS files
!**/*.ajs.js
**/app/**/*.ajs.js

# aot
*/aot/**/*
!*/aot/bs-config.json
!*/aot/index.html
!rollup-config.js

# i18n
!i18n/src/systemjs-text-plugin.js

# testing
!testing/src/browser-test-shim.js
!testing/karma*.js

# TS to JS
!ts-to-js/js*/**/*.js
ts-to-js/js*/**/system*.js

# webpack
!webpack/**/config/*.js
!webpack/**/*webpack*.js

# styleguide
!styleguide/src/systemjs.custom.js

# plunkers
*plnkr.no-link.html
back to top