From afc34a084791653a58d7849d0d3e0fa4cede670e Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:28:42 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5516d1..ca3f045 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ /src/static # In case I accidentally commit mine... -cup.json \ No newline at end of file +cup.json + +# Profiling results don't need to be present in the repo +profile.json \ No newline at end of file