Skip to content

Instantly share code, notes, and snippets.

@jarrettbarnett
Last active August 7, 2017 18:51
Show Gist options
  • Save jarrettbarnett/ff57c53d80c8b24bc832c3180a9bcbe5 to your computer and use it in GitHub Desktop.
Save jarrettbarnett/ff57c53d80c8b24bc832c3180a9bcbe5 to your computer and use it in GitHub Desktop.

Mac

git config --global core.excludesfile ~/.gitignore

Windows

git config --global core.excludesfile %USERPROFILE%\.gitignore

Starter .gitignore

# Mac
.DS_Store

# Windows
Thumbs.db

# PHPStorm/JetBrains
.idea/

# vi
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment