mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Rationale at http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
29 lines
195 B
Plaintext
29 lines
195 B
Plaintext
## MAC OS
|
|
.DS_Store
|
|
|
|
## TEXTMATE
|
|
*.tmproj
|
|
tmtags
|
|
|
|
## EMACS
|
|
*~
|
|
\#*
|
|
.\#*
|
|
|
|
## VIM
|
|
*.swp
|
|
|
|
## PROJECT::GENERAL
|
|
coverage
|
|
rdoc
|
|
pkg/*
|
|
|
|
## BUNDLER
|
|
*.gem
|
|
.bundle
|
|
doc
|
|
log
|
|
Gemfile.lock
|
|
|
|
## PROJECT::SPECIFIC
|