From 7c8d6a1b3d9fe365d4c0306b6d401db147235105 Mon Sep 17 00:00:00 2001 From: Bernard Duggan Date: Fri, 13 Dec 2024 13:26:07 +1100 Subject: [PATCH] Add exclude patterns --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 122d2aa..92879c8 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,8 @@ defmodule ExAws.S3.Mixfile do links: %{ GitHub: @url, Changelog: "#{@url}/blob/main/CHANGELOG.md" - } + }, + exclude_patterns: [~r/.*~/] ] end