fix: only gitignore real puzzle inputs

This commit is contained in:
Felix Spöttel 2023-12-01 09:58:59 +01:00
parent 47ac046562
commit 8376a61d0b

5
.gitignore vendored
View file

@ -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