Skip to content

Instantly share code, notes, and snippets.

@pstjean
Created November 20, 2013 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pstjean/7564894 to your computer and use it in GitHub Desktop.
Save pstjean/7564894 to your computer and use it in GitHub Desktop.
Global gitignore file for OS X
# IntelliJ Files
.idea/
*.iml
*.iws
# Vim Files
*~
*.swp
*.swo
# Mac
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python/Venv
venv/
*.pyc
*.pyo
*.egg
*.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment