From 1135359b2148389c0ed3589fa9587208db71e6bb Mon Sep 17 00:00:00 2001 From: Chris Welham <71787007+apexatoll@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:06:05 +0000 Subject: [PATCH] Add caution about committing puzzle files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c7a996d..eb6c011 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ At the time of writing, the valid years are 2015 - 2023. ### Initialising a Puzzle +> [!CAUTION] +> Please do not check puzzle or input files into your version control system, as this is against Advent of Code rules. + Run the following command from an event directory to fetch and initialize a puzzle directory and associated files: ```bash