forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
104 lines (80 loc) · 2.65 KB
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# IMPORTANT: This is a duplicate of the root .prettierignore because the server builds in docker, and the docker context
# needs to include this file. That means this file has to exist within the release group folder, since that is the
# boundary of the docker context.
# Generated by npm / pnpm
**/package-lock.json
**/pnpm-lock.yaml
# Boilerplate files
CODE_OF_CONDUCT.md
PACKAGES.md
SECURITY.md
# Build output
**/dist/*
**/lib/*
!common/lib/*
!**/src/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/*
**/src/packageVersion.ts
**/build-tools/CHANGELOG.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/*
**/*.api.md
# Templates
.changeset/templates/
# Test json
build-tools/packages/build-tools/src/test/data/
experimental/dds/tree/src/test/documents/
experimental/dds/tree2/src/test/snapshots/files/*.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/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
# This is a generated file
docs/themes/thxvscode/assets/js/bundle.js
# 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
# PNPM store (when mounting host file system in docker container)
.pnpm-store/