mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ignore/types: improve Bazel globs
MODULE.bazel is a new file, and WORKSPACE.bazel was always supported similar to BUILD.bazel vs BUILD. PR #2203
This commit is contained in:
		| @@ -23,7 +23,8 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ | ||||
|     ("avro", &["*.avdl", "*.avpr", "*.avsc"]), | ||||
|     ("awk", &["*.awk"]), | ||||
|     ("bazel", &[ | ||||
|         "*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "WORKSPACE", | ||||
|         "*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "MODULE.bazel", | ||||
|         "WORKSPACE", "WORKSPACE.bazel", | ||||
|     ]), | ||||
|     ("bitbake", &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]), | ||||
|     ("brotli", &["*.br"]), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user