mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dev container configuration build: update dev container configuration Update dev container configuration files to support latest environment. - Use customizations.vscode structure instead of deprecated extensions property. - Update bazel extension to BazelBuild.vscode-bazel. - Ignore .pnpm-store directory. - Update ports list - Use forwardPorts instead appPort Document the usage of Dev Containers in building-and-testing-angular.md.
59 lines
878 B
Text
59 lines
878 B
Text
.DS_STORE
|
|
|
|
/dist/
|
|
/bazel-out
|
|
/integration/bazel/bazel-*
|
|
*.log
|
|
node_modules/
|
|
modules/ssr-benchmarks/node_modules/
|
|
|
|
# Include when developing application packages.
|
|
pubspec.lock
|
|
.c9
|
|
.idea/
|
|
.devcontainer/*
|
|
!.devcontainer/README.md
|
|
!.devcontainer/recommended-devcontainer.json
|
|
!.devcontainer/recommended-Dockerfile
|
|
.settings/
|
|
.vscode/settings.json
|
|
*.swo
|
|
*.swp
|
|
modules/.settings
|
|
modules/.vscode
|
|
.vimrc
|
|
.nvimrc
|
|
|
|
# Don't check in secret files
|
|
*secret.js
|
|
|
|
# Ignore npm/yarn debug log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# build-analytics
|
|
.build-analytics
|
|
|
|
# rollup-test output
|
|
/modules/rollup-test/dist/
|
|
|
|
# User specific bazel settings
|
|
.bazelrc.user
|
|
|
|
# User specific ng-dev settings
|
|
.ng-dev.user*
|
|
|
|
.notes.md
|
|
baseline.json
|
|
|
|
# Ignore .history for the xyz.local-history VSCode extension
|
|
.history
|
|
|
|
# Husky
|
|
.husky/_
|
|
|
|
# Ignore cache created with the Angular CLI.
|
|
.angular/
|
|
|
|
# pnpm store
|
|
.pnpm-store
|