Skip to content

Commit

Permalink
ignore/types: add Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
adinvadim committed Apr 1, 2024
1 parent 3ad0e83 commit 8000769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Expand Up @@ -303,6 +303,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["vimscript"], &[
"*.vim", ".vimrc", ".gvimrc", "vimrc", "gvimrc", "_vimrc", "_gvimrc",
]),
(&["vue"], &["*.vue"]),
(&["webidl"], &["*.idl", "*.webidl", "*.widl"]),
(&["wiki"], &["*.mediawiki", "*.wiki"]),
(&["xml"], &[
Expand Down

0 comments on commit 8000769

Please sign in to comment.