Skip to content

Commit

Permalink
ignore/types: add 'svelte' to the default file types
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBarnt committed Mar 19, 2024
1 parent e9abbc1 commit 9da0995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Expand Up @@ -265,6 +265,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["sql"], &["*.sql", "*.psql"]),
(&["stylus"], &["*.styl"]),
(&["sv"], &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]),
(&["svelte"], &["*.svelte"]),
(&["svg"], &["*.svg"]),
(&["swift"], &["*.swift"]),
(&["swig"], &["*.def", "*.i"]),
Expand Down

0 comments on commit 9da0995

Please sign in to comment.