From 2eeb1abbe093a056e74286a9730b21957886c8a8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 24 Oct 2022 09:06:40 +0300 Subject: Ignore data files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d163863..54b3df9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/ \ No newline at end of file +build/ +data/ \ No newline at end of file -- cgit v1.3.1