Sometimes, there are things that you really don’t want to store in your source code repository. Whether it be the diary of your teenage self, or build artifacts, you can tell Git to ignore them via the gitignore file.
The post Video Tutorial: Beginning Git Part 7: Ignoring Files appeared first on Ray Wenderlich.