$ echo "bin/" >> .gitignore $ git add .gitignore $ git commit -m "Added bin folder to gitignore" $ git push origin master