https://github.com/angular/angular
Raw File
Tip revision: 926db6dd365824933cdcc96da7f1077eb413419f authored by Andrew Scott on 11 October 2023, 17:09:57 UTC
release: cut the v17.0.0-next.8 release
Tip revision: 926db6d
.gitignore
# See https://help.github.com/ignore-files/ for more about ignoring files.

# Compiled output
/dist
/tmp
/out-tsc
/bazel-out

# Node
/node_modules
/tools/examples/shared/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

# Example playground
content/example-playground

# System files
.DS_Store
Thumbs.db
back to top