FluidFramework/.prettierignore

124 строки
3.0 KiB
Plaintext

# Generated by npm / pnpm
**/package-lock.json
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# Boilerplate files
CODE_OF_CONDUCT.md
PACKAGES.md
SECURITY.md
# Build output
**/dist/*
**/lib/*
!common/lib/*
!**/src/lib/**
!**/test/lib/**
common/lib/**/lib
common/build/eslint-config-fluid/printed-configs/
build-tools/packages/*/docs/*.md
build-tools/packages/build-cli/README.md
build-tools/packages/readme-command/README.md
build-tools/packages/version-tools/README.md
**/src/**/test/types/*.generated.ts
**/src/packageVersion.ts
**/build-tools/CHANGELOG.md
**/*.done.build.log
# 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/*
**/*.api.md
# Templates
.changeset/templates/
*.hbs
# Test json
build-tools/packages/build-tools/src/test/data/
experimental/dds/tree/src/test/documents/
packages/dds/map/src/test/mocha/snapshots/**/*.json
packages/dds/matrix/src/test/results/**/*.json
packages/dds/merge-tree/src/test/literature/*.txt
packages/dds/merge-tree/src/test/results/*.json
packages/dds/sequence/src/test/snapshots/**/*.json
packages/dds/sequence/src/test/results/**/*.json
packages/dds/sequence/src/test/fuzz/**/*.json
packages/dds/tree/src/test/snapshots/**/*.json
packages/dds/tree/src/test/shared-tree/fuzz/failures/**/*.json
packages/drivers/odsp-driver/src/test/**/*.json
packages/framework/attributor/src/test/attribution/documents/**/*.json
packages/test/snapshots/content/
packages/tools/fluid-runner/src/test/localOdspSnapshots/
packages/tools/fluid-runner/src/test/telemetryExpectedOutputs/
tools/api-markdown-documenter/src/test/snapshots/
# Generated type-tests
**/*.generated.ts
# Generated bundle analysis files
**/bundleAnalysis/**
# Generated oclif manifest files
**/oclif.manifest.json
# es5 build output
packages/framework/data-object-base/es5
# Test coverage reports
**/coverage/*
**/nyc/*
# Git configuration file
.git-blame-ignore-revs
# Generated by policy-check
packages/runtime/test-runtime-utils/src/assertionShortCodesMap.ts
# Ignore all HTML files in docs since they're go templates
docs/**/*.html
# Ignore docs markdown files since those are formatted using markdownlint
docs/**/*.md
# Ignore docs markdown files since those are formatted using markdownlint
docs/**/*.yaml
docs/**/*.yml
# This is a generated file
docs/themes/thxvscode/assets/js/bundle.js
# Ignore these scss files
docs/themes/thxvscode/assets/scss/*
# Generated
docs/_doc-models
docs/data/v*
docs/public
docs/resources
docs/static/staticwebapp.config.json
# This is a test file
tools/markdown-magic/test/include.md
# github config yaml files are prone to breaking when reformatted
.github/**/*.yml
# Autogenerated file
.github/fabricbot.json
# These are actually templates, not pure YAML files
**/templates/*.yaml
# These files are auto-generated according to the comments in the files
**/charts/**/Chart.yaml
# Reports generated by dependency-cruiser
**/.dependency-cruiser-known-violations.json