From c71b4cc5511486391fe24e6c7267ac722ebb07d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Mo=CC=88ller?= Date: Tue, 19 May 2020 18:05:20 +0200 Subject: [PATCH] add stats.html to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72cf9624..733f8f6e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ examples/build cypress/videos cypress/screenshots dist -.env \ No newline at end of file +.env +stats.html \ No newline at end of file