Skip to content

Commit

Permalink
Added link to .gitignore template collection
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 25, 2015
1 parent 458f4cd commit 24f00ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ To push code to your GitHub repositories, we're going to use the recommended HTT

$ git config --global credential.helper osxkeychain

**Note**: On a Mac, it is important to remember to add `.DS_Store` (a hidden OS X system file that's put in folders) to your `.gitignore` files. You can take a look at this repository's [.gitignore](https://github.com/donnemartin/dev-setup/blob/master/.gitignore) file for inspiration.
**Note**: On a Mac, it is important to remember to add `.DS_Store` (a hidden OS X system file that's put in folders) to your `.gitignore` files. You can take a look at this repository's [.gitignore](https://github.com/donnemartin/dev-setup/blob/master/.gitignore) file for inspiration. Also check out GitHub's [collection of .gitignore templates](https://github.com/github/gitignore).

### Homebrew

Expand Down

0 comments on commit 24f00ee

Please sign in to comment.