From b0957f56b11a9bc53a4b848178f60a13bf42ee2c Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Fri, 9 Sep 2022 22:25:08 -0500 Subject: [PATCH] Ignore hprof files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 903613895..5e9641a61 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ captures/ # Google Services (e.g. APIs or Firebase) google-services.json + +java*.hprof