From ec2af2b24a44c71cccd85c7817df23bb5da1056f Mon Sep 17 00:00:00 2001 From: u9g Date: Thu, 23 Nov 2023 21:43:34 -0500 Subject: [PATCH] chore: add lint plugins to gitignore (#1524) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4ab712775..9b9715f21 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ npm/cli-* /*.ts /*.tsx /tasks/transform_conformance/fixtures/* + +.oxc/plugins/**.* \ No newline at end of file