forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
58 lines (55 loc) · 1.28 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
.bin/
*.bundle.*
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/
src-tauri/assets/
src-tauri/target/
vendor/
.nyc_output/
out/
dist/
dist-types/
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
*.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
dev/release/release-config.jsonc