You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/get-started/git-basics/ignoring-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ versions:
17
17
## Configuring ignored files for a single repository
18
18
19
19
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.
21
21
22
22
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.
0 commit comments