Created
July 22, 2010 19:42
-
-
Save kavu/486477 to your computer and use it in GitHub Desktop.
This file contains 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
## MAC OS | |
.DS_Store | |
## TEXTMATE | |
*.tmproj | |
tmtags | |
## EMACS | |
*~ | |
\#* | |
.\#* | |
## VIM | |
*.swp | |
## RUBINIUS | |
*.rbc | |
## NETBEANS | |
nbproject | |
## RUBYMINE | |
.project | |
.settings | |
.directory | |
## BUNDLER | |
.bundle | |
Gemfile.lock | |
## PROJECT::GENERAL | |
coverage | |
rdoc | |
pkg | |
## PROJECT::SPECIFIC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment