Skip to content

Commit 27342f5

Browse files
committed
I02: .gitignore update and resource instructions.
1 parent 26cb817 commit 27342f5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build/
55
!**/src/test/**/build/
66

77
### Advent of Code Input ###
8-
src/main/resources
98
src/main/resources/cookie
9+
src/main/resources/day*.txt
1010

1111
### IntelliJ IDEA ###
1212
.idea

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
My attempt in Kotlin to complete the [2024 Advent of Code](https://adventofcode.com/2024).
44

5-
**Current status:** Day 5 complete.
5+
To retrieve input data, you must obtain your session cookie from
6+
the Advent of Code website and add it to the [resources](src/main/resources) directory.
67

7-
**Last updated:** 2024-12-05.
8+
**Current status:** Day 8 complete.
9+
10+
**Last updated:** 2024-12-08.

src/main/resources/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Resources
2+
3+
This directory should contain a single file named `cookie` (not included in GitHub)
4+
that contains, on a single line, the cookie associated with your Advent of Code account.

0 commit comments

Comments
 (0)