1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.gitignore
Paul Thornthwaite c152cfa597 [Docs] Switches to using Yard for documentation
This replaces RDoc as a developer dependency with Yard to allow
use of it's tags to be more declaritive with documentation.

The Rake task for generating and uploading API docs to fog.io has also
been updated.

References #1249
2012-11-06 23:04:45 +00:00

22 lines
213 B
Text

*~
*.gem
*.rbc
*.sw?
.rvmrc
.bundle
.DS_Store
.idea
.yardoc
/tests/.fog
bin/*
!bin/fog
.fog
coverage
doc/*
docs/_site/*
docs/about/supported_services.markdown
Gemfile.lock
yardoc
pkg
spec/credentials.yml
vendor/*