https://github.com/angular/angular
Raw File
Tip revision: 967e9345b39db19b81114fc7bdb8456c3db7364c authored by Dylan Hunn on 04 May 2022, 20:12:56 UTC
release: cut the v14.0.0-next.16 release (#45875)
Tip revision: 967e934
.gitignore
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/out-tsc
/src/generated
/tmp

# Cache folder for the Angular CLI.
.angular/cache

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.firebase/
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
debug.log
firebase-debug.log
npm-debug.log
testem.log
/typings
yarn-error.log

# e2e
/e2e/*.js
/e2e/*.map
protractor-results*.txt

# System Files
.DS_Store
Thumbs.db
back to top