mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
ignore/types: detect WORKSPACE.bzlmod
for bazel file type
This file came alongside MODULE.bazel and I should have added it here previously. Closes #2726
This commit is contained in:
committed by
Andrew Gallant
parent
95979048c9
commit
fe07bd7669
@ -27,7 +27,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["bat", "batch"], &["*.bat"]),
|
(&["bat", "batch"], &["*.bat"]),
|
||||||
(&["bazel"], &[
|
(&["bazel"], &[
|
||||||
"*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "MODULE.bazel",
|
"*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "MODULE.bazel",
|
||||||
"WORKSPACE", "WORKSPACE.bazel",
|
"WORKSPACE", "WORKSPACE.bazel", "WORKSPACE.bzlmod",
|
||||||
]),
|
]),
|
||||||
(&["bitbake"], &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]),
|
(&["bitbake"], &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]),
|
||||||
(&["brotli"], &["*.br"]),
|
(&["brotli"], &["*.br"]),
|
||||||
|
Reference in New Issue
Block a user