From 649d0b41849edefd3b23d07996f7498e020c2f06 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 9 Feb 2024 12:41:15 -0500 Subject: [PATCH] chore: Only ignore root Containerfile --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6d54a7..8703795 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ cosign.key cosign.private -Containerfile +/Containerfile