From 79d0372f53eaf29039b2829a7d7720096ada0987 Mon Sep 17 00:00:00 2001 From: Alexander Brandon Coles Date: Tue, 9 Dec 2025 11:47:23 -0300 Subject: [PATCH] Tell git to ignore stats.html [ci skip] --- frontend/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index d7ea731ad84..f5a6762a0a9 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,5 +1,6 @@ /.angular/cache /.sass-cache +/stats.html /bower_components /coverage /node_modules