This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
.prettierignore
75 lines (68 loc) · 1.91 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
.bin/
*.bundle.*
package/
bazel-*
client/phabricator/scripts/loader.js
client/browser/build
**/package.json
**/coverage
internal/database/schema*.md
internal/database/schema*.json
internal/database/migration/shared/data/**/*.json
cmd/xlang-python/python-langserver/
package-lock.json
package.json
ui/assets/
vendor/
.nyc_output/
out/
dist/
client/web/dist/
client/shared/src/schema/*.d.ts
ts-node-*
testdata
.github/*
doc/
**/.cache
**/__snapshots__
**/__fixtures__
GH2SG.bookmarklet.js
docker-images/grafana/config/provisioning/dashboards/sourcegraph/
docker-images/syntax-highlighter/crates/
docker-images/syntax-highlighter/target/
storybook-static/
browser/code-intel-extensions/
vscode/code-intel-extensions/
.buildkite-cache/
lib/codeintel/reprolang/
cmd/symbols/squirrel/language-file-extensions.json
client/jetbrains/build
client/jetbrains/.idea
client/jetbrains/.gradle
client/backstage-common/node_modules
.browserslistrc
code-intel-extensions.json
.direnv
pnpm-lock.yaml
node_modules/
client/web-sveltekit/.svelte-kit
client/web-sveltekit/build
client/web-sveltekit/**/*.gql.ts
client/web-sveltekit/**/graphql-operations.ts
client/web-sveltekit/**/graphql-types.ts
client/web-sveltekit/**/graphql-type-mocks.ts
client/web-sveltekit/src/auto-imports.d.ts
*.module.scss.d.ts
.vscode-test
dev/backcompat/flakes.json
# Errors when used with @ianvs/prettier-plugin-sort-imports due to TS language API hitting global `eval`
client/browser/src/types/webextension-polyfill/index.d.ts
graphql-operations.ts
wolfi-images/*.lock.json
# This is downloaded from upstream directly and should not be modified
dev/linearhooks/internal/lineargql/schema.graphql
# This is an embedded external minified library and should not be modified
internal/appliance/web/static/script/htmx.min.js
internal/appliance/web/static/script/bootstrap.bundle.min.js
# Generated code
client/web/src/enterprise/site-admin/dotcom/productSubscriptions/enterpriseportalgen/**