From bc1f483018726e730b79d0ae4190b490f9807d4c Mon Sep 17 00:00:00 2001 From: scarletspiderfan <102716146+scarletspiderfan@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:32:59 -0600 Subject: [PATCH] clarified z The test looks for lowercase z, so attempts to exclude 'the letter z' could easily include capital z, and fail. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb3e571..cbc2f0f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please complete the instructions below: 1. Create your own copy of this repository by using the [Use this template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template) button. 2. Edit the `.gitignore` file at the root of the repository so that it meets the following conditions: - - Ignores all files starting with the letter `z`. + - Ignores all files starting with a lowercase `z`. - Ignores a file called `.env`. - Ignores a top-level directory named `artifacts`.