Skip to content

Commit

Permalink
Merge pull request #22255 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Oct 18, 2021
2 parents 851e3fe + af6e92b commit 3f5b3e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ GitHub maintains an official list of recommended *.gitignore* files for many pop
$ touch .gitignore
```

If the command succeeds, there will be no output.

For an example *.gitignore* file, see "[Some common .gitignore configurations](https://gist.github.com/octocat/9257657)" in the Octocat repository.

If you want to ignore a file that is already checked in, you must untrack the file before you add a rule to ignore it. From your terminal, untrack the file.
Expand Down

0 comments on commit 3f5b3e9

Please sign in to comment.