Skip to content

Commit

Permalink
update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 29, 2024
1 parent a677e65 commit 7a83d8f
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,30 @@
/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/linter/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/assists/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/parse/json/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/lint.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/lint/*.rs linguist-generated=true text=auto eol=lf
# GraphQL
/crates/biome_graphql_analyze/src/{lint,assists,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/{lint,assists,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_analyze/src/{lint,assists,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/{lint,assists,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
/crates/biome_js_analyze/src/assists.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/assists/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/lint.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/lint/*.rs linguist-generated=true text=auto eol=lf
# JSON
/crates/biome_json_analyze/src/{lint,assists,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_json_analyze/src/{lint,assists,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
/crates/biome_js_analyze/src/syntax.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/syntax/*.rs linguist-generated=true text=auto eol=lf
# JS
/crates/biome_js_analyze/src/{lint,assists,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/{lint,assists,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

# 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
Expand Down

0 comments on commit 7a83d8f

Please sign in to comment.