From e484c3deebb54d01c1bef9a57b6098b5fda994e9 Mon Sep 17 00:00:00 2001 From: Michael21107 <121039033+Michael21107@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:50:25 +0100 Subject: [PATCH 1/2] fixed two typos --- content/get-started/git-basics/ignoring-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/git-basics/ignoring-files.md b/content/get-started/git-basics/ignoring-files.md index cd15f1246393..d87094edc0a3 100644 --- a/content/get-started/git-basics/ignoring-files.md +++ b/content/get-started/git-basics/ignoring-files.md @@ -8,7 +8,7 @@ redirect_from: - /github/getting-started-with-github/ignoring-files - /github/getting-started-with-github/getting-started-with-git/ignoring-files - /get-started/getting-started-with-git/ignoring-files -intro: 'You can configure Git to ignore files you don''t want to check in to {% data variables.product.github %}.' +intro: 'You can configure Git to ignore files you don't want to check in to {% data variables.product.github %}.' versions: fpt: '*' ghes: '*' @@ -17,7 +17,7 @@ versions: ## Configuring ignored files for a single repository You can create a `.gitignore` file in your repository's root directory to tell Git which files and directories to ignore when you make a commit. -To share the ignore rules with other users who clone the repository, commit the `.gitignore` file in to your repository. +To share the ignore rules with other users who clone the repository, commit the `.gitignore` file into your repository. GitHub maintains an official list of recommended `.gitignore` files for many popular operating systems, environments, and languages in the "github/gitignore" public repository. You can also use gitignore.io to create a `.gitignore` file for your operating system, programming language, or IDE. For more information, see [github/gitignore](https://github.com/github/gitignore) and the [gitignore.io](https://www.gitignore.io/) site. From 982855f1b17cadef330214ae3fbe2d6e60a66d0b Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Mon, 3 Nov 2025 15:07:51 -0800 Subject: [PATCH 2/2] Update content/get-started/git-basics/ignoring-files.md --- content/get-started/git-basics/ignoring-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/git-basics/ignoring-files.md b/content/get-started/git-basics/ignoring-files.md index d87094edc0a3..3bba3c400c42 100644 --- a/content/get-started/git-basics/ignoring-files.md +++ b/content/get-started/git-basics/ignoring-files.md @@ -8,7 +8,7 @@ redirect_from: - /github/getting-started-with-github/ignoring-files - /github/getting-started-with-github/getting-started-with-git/ignoring-files - /get-started/getting-started-with-git/ignoring-files -intro: 'You can configure Git to ignore files you don't want to check in to {% data variables.product.github %}.' +intro: 'You can configure Git to ignore files you don''t want to check in to {% data variables.product.github %}.' versions: fpt: '*' ghes: '*'