mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Update angular.io to the latest prerelease versions of Angular CLI and framework (v14.0.0-rc.0). Also update angular.io to more closely align with new CLI apps. See also the [diff][1] between a basic v13.0.0-next.9 CLI app and a v14.0.0-rc.0 one. [1]: https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.9...14.0.0-rc.0 PR Close #45997
48 lines
626 B
Text
48 lines
626 B
Text
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# Compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
/bazel-out
|
|
/src/generated
|
|
|
|
# Node
|
|
/node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# Miscellaneous
|
|
/.angular/cache
|
|
/.firebase/
|
|
.sass-cache/
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
firebase-debug.log
|
|
testem.log
|
|
/typings
|
|
|
|
# e2e
|
|
protractor-results*.txt
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|