To get git to exclude files and directories, we need to add a .gitignore file in the root folder of the project.

Some of the things I learned from setting up my .gitignore

Continue reading