From a5a7b8fe04f9a7af949fcd85bc9d61903618713d Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Tue, 24 Feb 2026 08:50:18 +0000 Subject: [PATCH] fix: Ignore `settings.json` and default 'TP2 (Eth)' checkbox to unchecked in documentation. --- .gitignore | 1 + docs/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d646835..52dc923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc __pycache__/ +settings.json \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f593dfb..865cdd7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -471,7 +471,7 @@ @@ -548,7 +548,7 @@ activeTab: "Throughput", showTP1: true, showTP2: true, - showTP2Eth: true, + showTP2Eth: false, showTriton: true, showRocm: false };