mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-19 16:18:03 +08:00
61 lines
976 B
Plaintext
61 lines
976 B
Plaintext
# Outputs
|
|
bazel-*
|
|
test-project-host-*
|
|
dist/
|
|
dist-schema/
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# IDEs
|
|
jsconfig.json
|
|
|
|
# Intellij IDEA/WebStorm
|
|
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
.idea/inspectionProfiles/
|
|
.idea/**/compiler.xml
|
|
.idea/**/encodings.xml
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
|
|
# Also ignore code styles because .editorconfig is used instead.
|
|
.idea/codeStyles/
|
|
|
|
# VSCode
|
|
# https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
|
|
.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
**/*.code-workspace
|
|
|
|
# Typings file.
|
|
typings/
|
|
|
|
# Misc
|
|
coverage/
|
|
node_modules/
|
|
tmp/
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
.ng_pkg_build/
|
|
.ng-dev.log
|
|
.ng-dev.err*.log
|
|
.ng-dev.user*
|
|
.husky/_
|
|
.bazelrc.user
|
|
.eslintcache
|
|
|
|
# Mac OSX Finder files.
|
|
**/.DS_Store
|
|
.DS_Store
|