From 524d1171dd50943399e807f1a560483b1cb53e8a Mon Sep 17 00:00:00 2001 From: Daira Emma Hopwood Date: Thu, 19 Oct 2023 23:10:01 +0100 Subject: [PATCH] Revert incorrect changes to `.gitignore`. Signed-off-by: Daira Emma Hopwood --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 873a5f6..ecf4e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ -GITHUB_TOKEN -ZENHUB_TOKEN -__pycache__/ +__pycache__ +public/*.html +public/*.svg + github_schema.json github_schema.py + poetry.lock -public/zcash-tfl-dag.html -public/zcash-tfl-dag.svg + +GITHUB_TOKEN +ZENHUB_TOKEN