fix: only gitignore real puzzle inputs
This commit is contained in:
parent
47ac046562
commit
8376a61d0b
1 changed files with 1 additions and 4 deletions
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue