https://github.com/angular/angular
Raw File
Tip revision: d214e79485ec49c22a2d07333e26393951d77f2b authored by George Kalpakas on 05 February 2021, 10:49:10 UTC
refactor(docs-infra): remove unused styles from `_api-list.scss` (#40704)
Tip revision: d214e79
.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