1
0
mirror of synced 2025-12-19 18:10:59 -05:00

fixed two typos (#41095)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Michael21107
2025-11-04 00:13:31 +01:00
committed by GitHub
parent e99a780334
commit f10e9864b2

View File

@@ -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.