diff --git a/CHANGELOG.md b/CHANGELOG.md index 055ce132e..58c35064c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Unreleased changes. Release notes have not yet been written. Feature enhancements: -* Added or improved file type filtering for Fuchsia +* Added or improved file type filtering for Fuchsia, GraphQL Bug fixes: diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 0fedf136f..4c1d85510 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -85,6 +85,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("gn", &["*.gn", "*.gni"]), ("go", &["*.go"]), ("gradle", &["*.gradle"]), + ("graphql", &["*.graphql", "*.graphqls"]), ("groovy", &["*.groovy", "*.gradle"]), ("gzip", &["*.gz", "*.tgz"]), ("h", &["*.h", "*.hh", "*.hpp"]),