Skip to content

Commit 683f3a4

Browse files
committed
Add source of gitignore patterns.
1 parent dfb91fd commit 683f3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

18_version_control_with_git/chapter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ Probably the most important thing left now is to point out where you can learn m
827827
- [Try Git](http://try.github.io/levels/1/challenges/1) is an excellent interactive tutorial.
828828
- Github offers a [Hello World](https://guides.github.com/activities/hello-world/) introduction to Git and Github.
829829
- There are some websites available which visualize/animate the workings of Git, see [here](http://www.wei-wang.com/ExplainGitWithD3/), [here](http://pcottle.github.io/learnGitBranching/) or [here](http://ndpsoftware.com/git-cheatsheet.html).
830+
- Gitignore patterns for a lot of different situations can be found e.g. [here](http://github.com/github/gitignore) or at [gitignore.io](www.gitignore.io).
830831
* Get help:
831832
- [Google](https://www.google.com/) the errors you get!
832833
- [Stack Overflow](http://stackoverflow.com/) is an awesome resources to find answers to problems you encounter (probably someone had the same problem before), and to ask questions yourself! There's even [a separate tag](http://stackoverflow.com/questions/tagged/git) for Git.

0 commit comments

Comments
 (0)