From 2ce6111260fd1082c7e61a71d3e32ba915a1c11f Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 1 Dec 2024 13:39:25 +0100 Subject: [PATCH] chore(git): correctly exclude challenge inputs Signed-off-by: Matej Focko --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2c6aeb..3b06e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,8 @@ .idea .kotlin/ build -src/**/*.txt local.properties + +# Inputs +# src/**/*.txt +inputs/**/input.txt