From bc4203d60da4265b159e485390e693976527da00 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Tue, 10 Dec 2024 11:50:30 -0800 Subject: [PATCH] Ignore gem sigstore artifacts. I don't believe they should be stored under source control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8ea1a9d3..6aef5214 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ Gemfile-custom # Ignore artifacts from building the gems. /pkg/ /*/pkg/ +/*/*.gem.sigstore.json # Ignore Byebug command history file. .byebug_history