From 5a3d01f1d0638ec78ba43595a77ca73b3fa893a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Wed, 1 Feb 2023 11:27:39 +0100 Subject: [PATCH] Add gitignore to cache --- cache/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cache/.gitignore diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..512b240 --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1,3 @@ +*.json +test_results/* +release/*