From b4cb587477dfd20f6abe8fdb9609f5b0ebc13836 Mon Sep 17 00:00:00 2001 From: Dunqing <29533304+Dunqing@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:36:22 +0000 Subject: [PATCH] chore(transformer_conformance): only ignore root fixtures directory (#7198) This blocks us from adding tests for plugins. See the URL https://github.com/oxc-project/oxc/blob/a2244ff089171b715efa1a1d64065c76a2439a1c/tasks/transform_conformance/tests/babel-plugin-transform-async-to-generator/test/fixtures/arrow --- tasks/transform_conformance/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/transform_conformance/.gitignore b/tasks/transform_conformance/.gitignore index 67fc140b9..349227f78 100644 --- a/tasks/transform_conformance/.gitignore +++ b/tasks/transform_conformance/.gitignore @@ -1 +1,2 @@ -fixtures/ +# Ignore the fixtures directory that generated by the run execution tests +/fixtures \ No newline at end of file