|
|
@@ -27,9 +27,9 @@ impl FileExtensions {
|
|
|
"Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
|
|
|
"build.gradle", "pom.xml", "Rakefile", "package.json", "Gruntfile.js",
|
|
|
"Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml", "Podfile",
|
|
|
- "webpack.config.js", "meson.build", "composer.json", "RoboFile.php", "PKGBUILD",
|
|
|
- "Justfile", "Procfile", "Dockerfile", "Earthfile", "Containerfile", "Vagrantfile", "Brewfile",
|
|
|
- "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json",
|
|
|
+ "webpack.config.js", "webpack.config.cjs", "meson.build", "composer.json", "RoboFile.php",
|
|
|
+ "PKGBUILD", "Justfile", "Procfile", "Dockerfile", "Earthfile", "Containerfile", "Vagrantfile",
|
|
|
+ "Brewfile", "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json",
|
|
|
])
|
|
|
}
|
|
|
|