## Description

Part of removing references to our no longer existing
lerna-package-lock.json files.
Also includes some other removals from the .prettierignore files that
are not needed.
Most significant are the pnpm workspace files which were autoformatted
as part of this change.
This commit is contained in:
Craig Macomber (Microsoft) 2023-05-08 15:56:10 -07:00 коммит произвёл GitHub
Родитель dfd57662c8
Коммит a5bda16510
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 11 добавлений и 57 удалений

Просмотреть файл

@ -1,8 +1,6 @@
# Generated by npm / Lerna
# Generated by npm / pnpm
**/package-lock.json
**/lerna-package-lock.json
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# Boilerplate files
CODE_OF_CONDUCT.md

Просмотреть файл

@ -1,5 +1,5 @@
packages:
- "azure/packages/**"
- "examples/**"
- "experimental/**"
- "packages/**"
- "azure/packages/**"
- "examples/**"
- "experimental/**"
- "packages/**"

Просмотреть файл

@ -1,8 +1,6 @@
# Generated by npm / Lerna
**/package-lock.json
**/lerna-package-lock.json
# Generated by pnpm
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# Boilerplate files
CODE_OF_CONDUCT.md
@ -18,9 +16,6 @@ SECURITY.md
# Dependencies
**/node_modules/*
# Pipeline definitions are in YAML and can be broken by autoformatting
tools/pipelines/
# Used by API-Extractor
**/_api-extractor-temp/*
**/api-report/*
@ -32,16 +27,10 @@ tools/pipelines/
# Generated bundle analysis files
**/bundleAnalysis/**
# Generated oclif manifest files
**/oclif.manifest.json
# Test coverage reports
**/coverage/*
**/nyc/*
# Git configuration file
.git-blame-ignore-revs
# Server Files
LICENSE.txt
nginx.conf

Просмотреть файл

@ -1,2 +1,2 @@
packages:
- "packages/**"
- "packages/**"

Просмотреть файл

@ -1,13 +1,5 @@
# Generated by npm / Lerna
**/package-lock.json
**/lerna-package-lock.json
# Generated by pnpm
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# Boilerplate files
CODE_OF_CONDUCT.md
PACKAGES.md
SECURITY.md
# Build output
**/dist/**/*
@ -18,9 +10,6 @@ SECURITY.md
# Dependencies
**/node_modules/*
# Pipeline definitions are in YAML and can be broken by autoformatting
tools/pipelines/
# Used by API-Extractor
**/_api-extractor-temp/*
**/api-report/*
@ -32,16 +21,10 @@ tools/pipelines/
# Generated bundle analysis files
**/bundleAnalysis/**
# Generated oclif manifest files
**/oclif.manifest.json
# Test coverage reports
**/coverage/*
**/nyc/*
# Git configuration file
.git-blame-ignore-revs
# Server Files
LICENSE.txt
nginx.conf

Просмотреть файл

@ -1,2 +1,2 @@
packages:
- "packages/**"
- "packages/**"

Просмотреть файл

@ -1,13 +1,5 @@
# Generated by npm / Lerna
**/package-lock.json
**/lerna-package-lock.json
# Generated by pnpm
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# Boilerplate files
CODE_OF_CONDUCT.md
PACKAGES.md
SECURITY.md
# Build output
**/dist/**/*
@ -18,9 +10,6 @@ SECURITY.md
# Dependencies
**/node_modules/*
# Pipeline definitions are in YAML and can be broken by autoformatting
tools/pipelines/
# Used by API-Extractor
**/_api-extractor-temp/*
**/api-report/*
@ -32,16 +21,11 @@ tools/pipelines/
# Generated bundle analysis files
**/bundleAnalysis/**
# Generated oclif manifest files
**/oclif.manifest.json
# Test coverage reports
**/coverage/*
**/nyc/*
# Git configuration file
.git-blame-ignore-revs
# Server Files
LICENSE.txt
nginx.conf