Skip to content

Commit

Permalink
ignore/types: add USD to the default file types
Browse files Browse the repository at this point in the history
Closes #2432
  • Loading branch information
marksisson authored and BurntSushi committed Jul 8, 2023
1 parent e902e2f commit 0f6181d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.

Feature enhancements:

* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD

Bug fixes:

Expand Down
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("twig", &["*.twig"]),
("txt", &["*.txt"]),
("typoscript", &["*.typoscript", "*.ts"]),
("usd", &["*.usd", "*.usda", "*.usdc"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("vcl", &["*.vcl"]),
Expand Down

0 comments on commit 0f6181d

Please sign in to comment.