From 8fb936d9b0fc7a4c06739bc37aa0ed0d9f68d8f3 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Fri, 12 Apr 2024 21:34:24 +0100 Subject: [PATCH] yarn-plugin: add .gitignore for builder output Signed-off-by: MT Lewis --- packages/yarn-plugin/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/yarn-plugin/.gitignore diff --git a/packages/yarn-plugin/.gitignore b/packages/yarn-plugin/.gitignore new file mode 100644 index 0000000000..fba89407fd --- /dev/null +++ b/packages/yarn-plugin/.gitignore @@ -0,0 +1,2 @@ +# @yarnpkg/builder build output +bundles/