chore: remove *.html from gitignore to track all HTML files
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -182,24 +182,16 @@ test/
|
|||||||
|
|
||||||
# Cache and generated files
|
# Cache and generated files
|
||||||
data_cache/
|
data_cache/
|
||||||
*.html
|
|
||||||
*.png
|
*.png
|
||||||
*.jpg
|
*.jpg
|
||||||
*.jpeg
|
*.jpeg
|
||||||
*.gif
|
*.gif
|
||||||
*.svg
|
*.svg
|
||||||
|
|
||||||
# Exception: backtest viewer HTML files
|
|
||||||
!visualization/backtest_viewer.html
|
|
||||||
!framework_v2/backtest_viewer.html
|
|
||||||
|
|
||||||
|
|
||||||
# Report files (keep examples)
|
# Report files (keep examples)
|
||||||
report*.csv
|
report*.csv
|
||||||
report*.html
|
|
||||||
report*.png
|
report*.png
|
||||||
!example_*.csv
|
!example_*.csv
|
||||||
!example_*.html
|
|
||||||
!example_*.png
|
!example_*.png
|
||||||
|
|
||||||
# Downloaded articles
|
# Downloaded articles
|
||||||
|
|||||||
Reference in New Issue
Block a user