From 98e45f7b54f0b62564f8430e4a1467d4d51adf07 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 4 Sep 2023 01:44:58 -0500 Subject: [PATCH] add HTML files to gitignore (#9541) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 672b5bcde..4480c8102 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,8 @@ __MACOSX/ model*.json # R tests +*.htm +*.html *.libsvm *.rds Rplots.pdf