gitignore one file in folder code example
Example 1: what to add to gitignore
Look at this awesome site!
https://www.toptal.com/developers/gitignore
Generates a gitignore for you, based on the technologies you're using
Example 2: gitignore all log files
*.log
!spec/*.log