Skip to content

Instantly share code, notes, and snippets.

@citricacid-pl
Last active January 17, 2017 20:08
Show Gist options
  • Save citricacid-pl/00819ab81e946c2660b5 to your computer and use it in GitHub Desktop.
Save citricacid-pl/00819ab81e946c2660b5 to your computer and use it in GitHub Desktop.
Global gitignore file
/.idea
*~
.DS_Store
node_modules
*.egg-info
*.pyc
*.pyo
@citricacid-pl
Copy link
Author

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

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