https://github.com/angular/angular
Raw File
Tip revision: 0b429d314f02d07c3eb6b06074ac958a4a4e3cfa authored by Andrew Kushnir on 14 July 2021, 17:59:59 UTC
release: cut the v12.2.0-next.2 release (#42858)
Tip revision: 0b429d3
.gitignore
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# extracted i18n messages
src/locale

# dependencies
/node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# 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
.history/*

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

# System Files
.DS_Store
Thumbs.db

# Don't accidentally commit locale translates
src/locales
back to top