Skip to content

Commit c49b33e

Browse files
committed
Exclude *.txt files from the repository kotlin-hands-on#4
1 parent 5332529 commit c49b33e

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.gradle
22
.idea
33
build
4+
src/**/*.txt

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ After you create a new project based on the current template repository using th
5151
└── Utils.kt A set of utility methods shared across your days
5252
```
5353

54+
> Note: All task input files are excluded from the repository with `.gitignore` – we should not post them publicly, as Eric Wastl asks for: [Tweet](https://twitter.com/ericwastl/status/1465805354214830081).
55+
5456
When the first puzzle appears, go to the `Day01.kt` and for each `part1` and `part2` functions, provide an algorithm implementation using the `input` data loaded from the `src/Day01.txt` file.
5557
This input data is common for both parts, and you can find it on the bottom of each day on the [Advent of Code][aoc] page.
5658

src/Day01.txt

Whitespace-only changes.

src/Day01_test.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)