Created
February 11, 2014 13:59
Stuff we add to the bottom of .gitignore to cope with the team's differing IDEs etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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