Relevant Links:
https://gist.github.com/jxson/1784669
https://kirkstrobeck.github.io/whatis...
In this video, Jared covers both the gitignore and readme files that are used with git repositories. The gitignore and readme files are important files that are almost always used with git repositories. The gitignore file, helps us to remove or ignore specific files from our repository and the README file helps to give users additional information around our repositories.