fix: only gitignore real puzzle inputs
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -17,8 +17,5 @@ target/
|
|||||||
# Advent of Code
|
# Advent of Code
|
||||||
# @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3
|
# @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/inputs/.keep
|
||||||
!data/examples/.keep
|
|
||||||
!data/puzzles/.keep
|
|
||||||
|
|||||||
Reference in New Issue
Block a user