From d7d5c452a5a9b1f73c61755080ac93d5ffc64e06 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 11 Jul 2026 19:15:43 +0200 Subject: [PATCH] Only ignore testdata in repository root The existing gitignore entry inadvertently ignores other directories named testdata containing fixtures which are committed. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99579001..eb3e2512 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ # Zk specific notebook.db zk -testdata/ +/testdata/ # Sphinx Docs / Python # # created by `make zkdocs` for building documentation locally