mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
36 lines
239 B
Text
36 lines
239 B
Text
## MAC OS
|
|
.DS_Store
|
|
|
|
/live
|
|
.rvmrc
|
|
|
|
dist/*
|
|
|
|
## TEXTMATE
|
|
*.tmproj
|
|
tmtags
|
|
|
|
## EMACS
|
|
*~
|
|
\#*
|
|
.\#*
|
|
|
|
## VIM
|
|
*.swp
|
|
|
|
## PROJECT::GENERAL
|
|
coverage
|
|
rdoc
|
|
pkg
|
|
tmp
|
|
oa-live
|
|
|
|
## PROJECT::SPECIFIC
|
|
*.gem
|
|
.bundle
|
|
.project
|
|
.loadpath
|
|
.yardoc
|
|
doc
|
|
|
|
Gemfile.lock
|