mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
0ff2217789
Example code in various providers directories is getting picked up by Yard when documenting such that a number of global constants and helpers are appearing to be part of fog. This excludes them using `.yardopts` It also excludes generated documentation from provider subdirectories from git.
30 lines
314 B
Text
30 lines
314 B
Text
*~
|
|
*.gem
|
|
*.rbc
|
|
*.sw?
|
|
.rbenv
|
|
.rvmrc
|
|
.ruby-gemset
|
|
.ruby-version
|
|
.bundle
|
|
.DS_Store
|
|
.idea
|
|
.yardoc
|
|
/tests/.fog
|
|
bin/*
|
|
!bin/fog
|
|
.fog
|
|
coverage
|
|
doc/*
|
|
docs/_site/*
|
|
docs/about/supported_services.markdown
|
|
Gemfile.lock
|
|
gemfiles/*.lock
|
|
yardoc
|
|
pkg
|
|
spec/credentials.yml
|
|
vendor/*
|
|
tags
|
|
tests/digitalocean/fixtures/
|
|
|
|
providers/*/doc
|