From 8376a61d0bca0f0d580ca675c2d374b492be33ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:58:59 +0100 Subject: [PATCH] fix: only gitignore real puzzle inputs --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3d20b31..d35dd08 100644 --- a/.gitignore +++ b/.gitignore @@ -17,8 +17,5 @@ target/ # Advent of Code # @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3 -data - +data/inputs/* !data/inputs/.keep -!data/examples/.keep -!data/puzzles/.keep