-
-
Notifications
You must be signed in to change notification settings - Fork 894
Expand file tree
/
Copy path.gitattributes
More file actions
63 lines (61 loc) · 4.54 KB
/
.gitattributes
File metadata and controls
63 lines (61 loc) · 4.54 KB
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
# Generated files, sorted alphabetically.
* text=auto eol=lf
**/generated/* linguist-generated=true text=auto eol=lf
/crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/generated.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/linter/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/assist/actions.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/parse/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/generated/domain_selector.rs linguist-generated=true text=auto eol=lf
# GraphQL
/crates/biome_graphql_formatter/src/graphql/any/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/{lint,assist,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/{lint,assist,syntax}/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
# CSS
/crates/biome_css_formatter/src/{css,tailwind}/any/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/{lint,assist,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/{lint,assist,syntax}/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
# JSON
/crates/biome_json_formatter/src/json/any/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_json_analyze/src/{lint,assist,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_json_analyze/src/{lint,assist,syntax}/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_json_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_json_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
# JS
/crates/biome_js_formatter/src/{js,jsx,ts}/any/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/{lint,assist,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/{lint,assist,syntax}/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
# Grit
/crates/biome_grit_patterns/src/grit_target_language/*/constants.rs linguist-generated=true text=auto eol=lf
# HTML
/crates/biome_html_formatter/src/{html,astro,vue,svelte}/any/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_html_analyze/src/{lint,assist,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_html_analyze/src/{lint,assist,syntax}/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_html_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_html_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
/crates/biome_html_parser/benches/fixtures/** linguist-vendored text=auto eol=lf
# Other
/crates/biome_unicode_table/src/tables.rs linguist-generated=true text=auto eol=lf
/packages/@biomejs/backend-jsonrpc/src/workspace.ts linguist-generated=true text=auto eol=lf
/packages/@biomejs/biome/configuration_schema.json linguist-generated=true text=auto eol=lf
/crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.rs linguist-generated=true text=auto eol=lf
/crates/biome_diagnostics_categories/src/categories.rs linguist-generated=true text=auto eol=lf
pnpm-lock.yaml linguist-generated=true text=auto eol=lf
# Files with the language manually specified, sorted alphabetically.
/crates/biome_cli/tests/**/*.snap linguist-language=Markdown
/crates/biome_js_analyze/tests/specs/**/*.snap linguist-language=Markdown
/crates/biome_css_formatter/tests/**/*.css.prettier-snap linguist-language=CSS
/crates/biome_css_formatter/tests/**/*.css.snap linguist-language=Markdown
/crates/biome_graphql_formatter/tests/**/*.css.prettier-snap linguist-language=GraphQL
/crates/biome_graphql_formatter/tests/**/*.css.snap linguist-language=Markdown
/crates/biome_js_formatter/tests/**/*.ts.prettier-snap linguist-language=TypeScript
/crates/biome_js_formatter/tests/**/*.js.prettier-snap linguist-language=JavaScript
/crates/biome_js_formatter/tests/**/*.ts.snap linguist-language=Markdown
/crates/biome_js_formatter/tests/**/*.js.snap linguist-language=Markdown
Dockerfile.benchmark linguist-language=Dockerfile