From 1c9ea5fb98d3468c32267c87dcfd280fa624df89 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 31 May 2024 14:10:03 -0300 Subject: [PATCH] chore: consider architecture to signature files Signed-off-by: Vitor Mattos --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c66f643a..ccdf67ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ node_modules/ .phpunit.result.cache *.phar /src/__test__/coverage -/appinfo/install-signature.json +/appinfo/install-*.json