From 8c7b8ebb8b4d5f13e283c503db76ce5d59692ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Sun, 21 Aug 2022 16:15:50 +0200 Subject: [PATCH] Add /profiles to gitignore for profiling outputs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 18c86c909..a15adcbc5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ profile.coverprofile # https://github.com/nektos/act /.act* /workflow + +/profiles \ No newline at end of file