Skip to content

Instantly share code, notes, and snippets.

@itsterry
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
# Windoze specific
*.haml~
*.rb~
*.gitignore~
*.sublime-project
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment