From 4d9e12886f8fcb77519436de768377209f2550c9 Mon Sep 17 00:00:00 2001 From: aszerW Date: Sat, 6 Jun 2026 22:43:08 +0800 Subject: [PATCH] chore: remove *.html from gitignore to track all HTML files --- .gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitignore b/.gitignore index abb1d44..4ba6711 100644 --- a/.gitignore +++ b/.gitignore @@ -182,24 +182,16 @@ test/ # Cache and generated files data_cache/ -*.html *.png *.jpg *.jpeg *.gif *.svg -# Exception: backtest viewer HTML files -!visualization/backtest_viewer.html -!framework_v2/backtest_viewer.html - - # Report files (keep examples) report*.csv -report*.html report*.png !example_*.csv -!example_*.html !example_*.png # Downloaded articles