Skip to content

Commit

Permalink
fix: only gitignore real puzzle inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Dec 1, 2023
1 parent 47ac046 commit 8376a61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8376a61

Please sign in to comment.