Skip to content

Commit f10e986

Browse files
fixed two typos (#41095)
Co-authored-by: Sharra-writes <[email protected]>
1 parent e99a780 commit f10e986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/git-basics/ignoring-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ versions:
1717
## Configuring ignored files for a single repository
1818

1919
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.
20-
To share the ignore rules with other users who clone the repository, commit the `.gitignore` file in to your repository.
20+
To share the ignore rules with other users who clone the repository, commit the `.gitignore` file into your repository.
2121

2222
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.
2323

0 commit comments

Comments
 (0)