mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 02:46:43 +00:00
29 lines
202 B
Plaintext
29 lines
202 B
Plaintext
## MAC OS
|
|
.DS_Store
|
|
|
|
## TEXTMATE
|
|
*.tmproj
|
|
tmtags
|
|
|
|
## EMACS
|
|
*~
|
|
\#*
|
|
.\#*
|
|
|
|
## VIM
|
|
*.swp
|
|
|
|
## PROJECT::GENERAL
|
|
coverage
|
|
rdoc
|
|
*.gem
|
|
.bundle
|
|
Gemfile.lock
|
|
pkg/*
|
|
|
|
## PROJECT::SPECIFIC
|
|
.yardoc/*
|
|
spec/db/*
|
|
doc/*
|
|
|