From 5b320616ca6cf7288784066fe228fd7d25b9c09c Mon Sep 17 00:00:00 2001 From: Norm Date: Fri, 26 Apr 2024 02:33:18 -0400 Subject: [PATCH] Remove unused top level files I don't think anyone really uses the tools that uses these files these days, and they are another thing that needs to be updated every so often. --- Procfile | 2 -- coveralls.json | 7 ------- elixir_buildpack.config | 2 -- 3 files changed, 11 deletions(-) delete mode 100644 Procfile delete mode 100644 coveralls.json delete mode 100644 elixir_buildpack.config diff --git a/Procfile b/Procfile deleted file mode 100644 index 7ac187baa..000000000 --- a/Procfile +++ /dev/null @@ -1,2 +0,0 @@ -web: mix phx.server -release: mix ecto.migrate diff --git a/coveralls.json b/coveralls.json deleted file mode 100644 index 8652591ef..000000000 --- a/coveralls.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "skip_files": [ - "test/support", - "lib/mix/tasks/pleroma/benchmark.ex", - "lib/credo/check/consistency/file_location.ex" - ] -} \ No newline at end of file diff --git a/elixir_buildpack.config b/elixir_buildpack.config deleted file mode 100644 index ee9e051a6..000000000 --- a/elixir_buildpack.config +++ /dev/null @@ -1,2 +0,0 @@ -elixir_version=1.14.3 -erlang_version=25.3