From f60c94838b93928f5de3a8c199005a0182ae6936 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 14 Jun 2024 15:41:28 +0100 Subject: [PATCH] chore: ignore tool directory in pubignore (#104) --- .pubignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .pubignore diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..db3b4ac --- /dev/null +++ b/.pubignore @@ -0,0 +1 @@ +tool/** \ No newline at end of file