summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@users.noreply.github.com>2020-10-20 22:20:44 +0100
committerGitHub <noreply@github.com>2020-10-20 22:20:44 +0100
commite73a8859d50fc9f6a8cb6068a9051adbe9a0e2b7 (patch)
tree99d4e35d9ddc345bfd5fd52b55c2601b13ae50cf
parent63ddab695895d2f28308f5f0ae9bcaaff3c2c7cb (diff)
parentbf883884edb218330114efca3d9309438049a8ad (diff)
Merge pull request #752 from spk/more-stuff-files
Add more immediate files
-rw-r--r--src/info/filetype.rs2
1 files changed, 2 insertions, 0 deletions
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",
])
}