From 0fc6666b6e7db1c150139b63e614e4236f8b4ff5 Mon Sep 17 00:00:00 2001 From: Felix H Date: Tue, 20 Jan 2026 11:05:43 +0000 Subject: [PATCH] improve gitignore to not ignore relevant folders such as e.g. `packages/testing/src/execution_testing/fixtures` --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bec46f4748..6a84f558d6 100644 --- a/.gitignore +++ b/.gitignore @@ -74,10 +74,10 @@ pip-delete-this-directory.txt /doc/autoapi tests/execution-spec-generated-tests -tests/fixtures +/tests/**/fixtures/ tests/t8n_testdata -fixtures/ +/fixtures/ # Trace output (generated by --traces flag) /traces/