Created
March 4, 2015 17:39
-
-
Save jsloyer/559f6d701098d5e63d3d to your computer and use it in GitHub Desktop.
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
.DS_STORE | |
# Ignore bundler config | |
/.bundle | |
# Ignore the default SQLite database. | |
/db/*.sqlite3 | |
# Ignore all logfiles and tempfiles. | |
/log/*.log | |
/tmp | |
# Ignore coverage | |
/coverage | |
# Tag file | |
tags | |
.idea/ | |
.swo | |
.swp | |
.envrc | |
cscope* | |
doc/* | |
.jira-url | |
vendor/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment