From 9159a550a38ac53da55211845b65b770f561b20d Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 4 Jun 2026 20:40:21 +0200 Subject: [PATCH] chore: ignore fieldtest crate build artifacts (fieldtests/*/target/) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ce21f77..899c0a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target +/fieldtests/*/target/ **/*.rs.bk Cargo.lock.orig