We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11ac61 commit 83e229cCopy full SHA for 83e229c
.gitignore
@@ -16,7 +16,9 @@ target/
16
17
# Advent of Code
18
# @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3
19
-/data
20
-!/data/inputs/.keep
21
-!/data/examples/.keep
22
-!/data/puzzles/.keep
+
+data
+!data/inputs/.keep
23
+!data/examples/.keep
24
+!data/puzzles/.keep
src/examples/.keep renamed to data/examples/.keep
src/inputs/.keep renamed to data/inputs/.keep
data/puzzles/.keep
0 commit comments