Skip to content

Commit

Permalink
fix(icons): add webpack.config.cjs to immediate files list
Browse files Browse the repository at this point in the history
(.mjs is excluded bc webpack doesn't currently support it)

Co-authored-by: aarondill <aaronsacks2006@gmail.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
aarondill authored and cafkafk committed Jul 30, 2023
1 parent 8952147 commit 0bdf7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/info/filetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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", "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", "Containerfile", "Vagrantfile",
"Brewfile", "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json",
])
}

Expand Down

0 comments on commit 0bdf7be

Please sign in to comment.