Skip to content

Instantly share code, notes, and snippets.

@ibrennan
Created June 1, 2015 09:50
Show Gist options
  • Save ibrennan/fade0cd75f9d89a0053b to your computer and use it in GitHub Desktop.
Save ibrennan/fade0cd75f9d89a0053b to your computer and use it in GitHub Desktop.
Global Git Ignore
git config --global core.excludesfile ~/.gitignore
echo ".DS_Store" >> ~/.gitignore
echo "node_modules/" >> ~/.gitignore
echo "npm-debug.log" >> ~/.gitignore
echo ".sass-cache/" >> ~/.gitignore
echo "*.sublime-workspace" >> ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment