diff --git a/src/info/filetype.rs b/src/info/filetype.rs index 21a84a7..83f33f6 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -27,6 +27,8 @@ impl FileExtensions { "build.gradle", "pom.xml", "Rakefile", "package.json", "Gruntfile.js", "Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml", "webpack.config.js", "meson.build", "composer.json", "RoboFile.php", "PKGBUILD", + "Justfile", "Procfile", "Dockerfile", "Containerfile", "Vagrantfile", "Brewfile", + "Gemfile", "Pipfile", "build.sbt", "mix.exs", ]) }