Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@itsterry
Created February 11, 2014 13:59
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 itsterry/8935308 to your computer and use it in GitHub Desktop.
Save itsterry/8935308 to your computer and use it in GitHub Desktop.
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