From 251fcce52bcb7162151d7bd66416fa54eec82970 Mon Sep 17 00:00:00 2001 From: Erin Graham Date: Sun, 3 Nov 2024 17:20:52 +1000 Subject: [PATCH] expand key points --- episodes/06-ignore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/episodes/06-ignore.md b/episodes/06-ignore.md index 2c75214162..3a1e8cdc5d 100644 --- a/episodes/06-ignore.md +++ b/episodes/06-ignore.md @@ -367,7 +367,8 @@ You want to keep them but you do not want to track them through `git`. :::::::::::::::::::::::::::::::::::::::: keypoints -- The `.gitignore` file tells Git what files to ignore. +- The .gitignore file is a text file that tells Git which files to track and which to ignore in the repository. +- You can list specific files or folders to be ignored by Git, or you can include files that would normally be ignored. ::::::::::::::::::::::::::::::::::::::::::::::::::