From 0f9424476e4f385cdd9b9032ee72007fc2497027 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Wed, 31 Dec 2025 14:32:22 -0700 Subject: [PATCH] chore(ignore): add `/target` to `xtask/.gitignore` --- xtask/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 xtask/.gitignore diff --git a/xtask/.gitignore b/xtask/.gitignore new file mode 100644 index 0000000000..ea8c4bf7f3 --- /dev/null +++ b/xtask/.gitignore @@ -0,0 +1 @@ +/target