Skip to content

Instantly share code, notes, and snippets.

@itsterry
itsterry / gist:8935308
Created February 11, 2014 13:59
Stuff we add to the bottom of .gitignore to cope with the team's differing IDEs etc
#ignore vim temp files
*.swo
*.swp
/coverage
/public/uploads
# mac-specific
.DS_Store