Simplify prettier ignores (#15496)
## 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:
Родитель
dfd57662c8
Коммит
a5bda16510
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче