Skip to content

Commit a906b4f

Browse files
authored
Merge pull request #58333 from github/repo-sync
Repo sync
2 parents 2a1a2cf + f10e986 commit a906b4f

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)