Skip to content

Commit

Permalink
ignore/types: add rescript
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl authored Oct 26, 2022
1 parent eab044d commit 4947618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("rdoc", &["*.rdoc"]),
("readme", &["README*", "*README"]),
("red", &["*.r", "*.red", "*.reds"]),
("rescript", &["*.res", "*.resi"]),
("robot", &["*.robot"]),
("rst", &["*.rst"]),
("ruby", &[
Expand Down

0 comments on commit 4947618

Please sign in to comment.